mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 01:29:58 +00:00
Expose extension file size on site download button
This commit is contained in:
@@ -193,8 +193,8 @@ h1.site-header__title {
|
||||
color: var(--blue-60);
|
||||
}
|
||||
|
||||
.app-list__app:not(.button)[data-app-size]::after {
|
||||
content: "(" attr(data-app-size) ")";
|
||||
.app-list__app:not(.button)[data-file-size]::after {
|
||||
content: "(" attr(data-file-size) ")";
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
||||
Reference in New Issue
Block a user