From 150ff5fab097bd670cd0d20ff5ca797475d30a61 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Wed, 28 May 2025 09:08:44 -0700 Subject: [PATCH] New: Made the square cards with footer information bigger on phones This should prevent extra information from being clipped (affects current TV program, last active on user cards, title information etc). --- Theme/ElegantFin-theme-nightly.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 28a3e0b..3b4afe6 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -490,6 +490,11 @@ html { width: 29.8% !important; } + /* .layout-mobile .portraitCard:has(.cardFooter), */ + .layout-mobile .squareCard:has(.cardFooter) { + width: 46.5% !important; + } + .backdropCard { width: 46%; }