From 7ce2be159960e115ccb1b754b41db1f5cb57687f Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 17 May 2025 13:56:46 -0700 Subject: [PATCH] New: Reduced card sizes on the home screen on phones --- Theme/ElegantFin-theme-nightly.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index e8160e4..edcb11e 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -747,6 +747,29 @@ html { .layout-mobile .detailImageContainer .card.portraitCard { width: 45vw !important; } + + .layout-mobile .overflowPortraitCard { + width: 35vw; + } + + .layout-mobile .overflowSquareCard { + width: 26vw; + } + + .layout-mobile .overflowBackdropCard, + .layout-mobile .overflowSmallBackdropCard { + width: 40vw; + } + + .layout-mobile #homeTab .overflowBackdropCard, + .layout-mobile #homeTab .overflowSmallBackdropCard { + width: 42vw; + } + + .layout-mobile #homeTab .overflowBackdropCard:has(.cardOverlayButtonIcon.play_arrow), + .layout-mobile #homeTab .overflowSmallBackdropCard:has(.cardOverlayButtonIcon.play_arrow) { + width: 60vw; + } } @media (orientation: landscape) and (max-height: 40em) {