From 6a4cda0e13e8e14b9fb959d9d18d8e472a332198 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 14 Jun 2025 11:53:08 -0700 Subject: [PATCH] Fix: Excluded the TV layout from the scrolling list margin fix to prevent overflow --- Theme/ElegantFin-theme-nightly.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index f724e02..5f959e5 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -676,11 +676,11 @@ html { padding-top: 1.25em !important; } -#itemDetailPage .emby-scroller-container, -#itemDetailPage .emby-scroller, -#itemDetailPage .scrollX { - margin-inline: -5%; - padding-inline: 5%; +html:not(.layout-tv) #itemDetailPage .emby-scroller-container, +html:not(.layout-tv) #itemDetailPage .emby-scroller, +html:not(.layout-tv) #itemDetailPage .scrollX { + margin-inline: calc(-1 * var(--sidePadding)); + padding-inline: var(--sidePadding); } .layout-desktop .emby-scroller-container,