From b90220da22a4b4f1435a8130efa9cf47357d82b6 Mon Sep 17 00:00:00 2001 From: xenofem Date: Wed, 25 May 2022 21:29:27 -0400 Subject: [PATCH] make file size smaller than file name in top-level download to distinguish them more --- static/css/transbeam.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/static/css/transbeam.css b/static/css/transbeam.css index 7f582ae..92361c0 100644 --- a/static/css/transbeam.css +++ b/static/css/transbeam.css @@ -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;