From 7bbfa07a6d0c49a35cd695b3c229a018314e8cba Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 17 May 2025 06:38:59 -0700 Subject: [PATCH] Fix: Reduced the margin to fix horizontal overflow in cast list list dev: rearranged code --- Theme/ElegantFin-theme-nightly.css | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index b326073..a2289fd 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -495,6 +495,19 @@ html { padding-top: 1.25em !important; } +#itemDetailPage .emby-scroller-container, +#itemDetailPage .emby-scroller { + margin-inline: -5%; + padding-inline-start: 5%; +} + +/* .sectionTitleContainer-cards, +.sectionTitle-cards, +.sectionTitleTextButton { + font-weight: 400; + font-size: 1.25rem; +} */ + .layout-mobile :not(.sectionTitleContainer-cards)>.sectionTitle-cards { text-align: left; } @@ -2719,10 +2732,4 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { .noHomeButtonHeader .emby-tab-button[data-index="1"]:after{ content: "Watchlist"; -} */ - -#itemDetailPage .emby-scroller-container, -#itemDetailPage .emby-scroller { - margin-inline: -6%; - padding-inline: 6%; -} \ No newline at end of file +} */ \ No newline at end of file