make file size smaller than file name in top-level download to distinguish them more

This commit is contained in:
xenofem 2022-05-25 21:29:27 -04:00
parent 7f03bbe78b
commit b90220da22

View file

@ -156,19 +156,20 @@ tr.unavailable td.file_download {
background-color: var(--icon-warning);
}
#download_toplevel {
font-size: 24px;
}
#download_toplevel div {
margin-top: 5px;
margin-bottom: 5px;
}
#download_toplevel .file_name {
font-size: 24px;
font-weight: 500;
}
#download_toplevel .file_size {
font-size: 20px;
}
#download_toplevel .file_download {
width: 75px;
height: 75px;