Expose extension file size on site download button

This commit is contained in:
hensm
2020-09-09 16:02:01 +01:00
parent b26be541b6
commit 2364914a76
2 changed files with 4 additions and 4 deletions

View File

@@ -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;