From 729214c2aae33abaf600482720f7e5f998e1b3ad Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 30 May 2025 11:09:00 -0700 Subject: [PATCH] Fix: Made the cards with footer bigger on all layout, not just phones --- Theme/ElegantFin-theme-nightly.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 24c1541..26b2b87 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -481,10 +481,13 @@ html { width: 17.9% !important; } + .squareCard:has(.cardFooter) { + width: 23% !important; + } + .backdropCard { width: 23.3%; } - } /* 4 posters, 3 thumbs */ @@ -495,6 +498,10 @@ html { width: 22.3% !important; } + .squareCard:has(.cardFooter) { + width: 30.2% !important; + } + .backdropCard { width: 30.7%; } @@ -514,7 +521,7 @@ html { } /* .layout-mobile .portraitCard:has(.cardFooter), */ - .layout-mobile .squareCard:has(.cardFooter) { + .squareCard:has(.cardFooter) { width: 46.5% !important; }