From b9989b88a21240a4589b37b74b71daba12ebaeec Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 24 May 2025 08:24:19 -0700 Subject: [PATCH] New: Decreased the bottom padding/gap between cards --- Theme/ElegantFin-theme-nightly.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 71d633a..2b68128 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -169,6 +169,16 @@ html { margin-right: auto; } +.cardBox-bottompadded { + margin-bottom: .5em !important; +} + +@media (max-width: 50em) { + .cardBox-bottompadded { + margin-bottom: .25em !important; + } +} + .vertical-wrap:not(.centered) { justify-content: flex-start !important; }