From a1c3017708dabb7eed333640662e10a01e6dfded Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 24 May 2025 08:26:28 -0700 Subject: [PATCH] Fix: Tweaked cards sizes on the home page a little more --- Theme/ElegantFin-theme-nightly.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 2b68128..631fcaf 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -771,7 +771,7 @@ html { .layout-mobile .overflowSquareCard { - width: 26vw; + width: 27vw; } /* two portrait cards and three backdrop cards in cast page */ @@ -781,16 +781,20 @@ html { width: 42vw; } + .layout-mobile #homeTab .overflowPortraitCard { + width: 40vw; + } + /* two and a quarter portrait cards in home page */ .layout-mobile #homeTab .overflowBackdropCard, .layout-mobile #homeTab .overflowSmallBackdropCard { - /* width: 38vw; */ + width: 42vw; } /* quarter to two backdrop cards in home page */ .layout-mobile #homeTab .overflowBackdropCard:has(.cardOverlayButtonIcon.play_arrow), .layout-mobile #homeTab .overflowSmallBackdropCard:has(.cardOverlayButtonIcon.play_arrow) { - width: 55vw; + width: 52vw; } }