From c1e5fb36125025304307b6d93f25c300a59a0bf2 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Mon, 19 May 2025 13:21:09 -0700 Subject: [PATCH] Fix: Reduced default icon size in library cards on phones to fit the small size --- Theme/ElegantFin-theme-nightly.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index dbe8545..108fc85 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -716,6 +716,10 @@ html { /* mask: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, transparent 35%); */ } +.layout-mobile .overflowBackdropCard .cardImageContainer .cardImageIcon { + font-size: 3.5em; +} + @media (max-width: 62.5em) { .layout-desktop .itemBackdrop { height: 7em !important;