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

main
xenofem 2022-05-25 21:29:27 -04:00
parent 7f03bbe78b
commit b90220da22
1 changed files with 5 additions and 4 deletions

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;