make file size smaller than file name in top-level download to distinguish them more
This commit is contained in:
parent
7f03bbe78b
commit
b90220da22
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue