css optimizations

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-12-27 14:55:16 -05:00
parent 663b65df7f
commit 19aac2d3c5
5 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ table.settings-value-table td { padding: 0.4em; border: 1px solid #ccc; max-widt
div:has(>#tab-gallery-folders) { flex-grow: 0 !important; background-color: var(--input-background-fill); min-width: max-content !important; }
.gallery-separator { background-color: var(--input-background-fill); font-size: larger; padding: 0.5em; display: block !important; }
#html_log_gallery { font-size: 0.95em; }
#gallery_gallery { height: 60vh; }
#gallery_gallery { height: 63vh; }
#gallery_gallery .thumbnails { display: none; }
#gallery_gallery .preview { background: none; }
#gallery_gallery img { object-fit: contain; height: 100% !important; }