From a587163d437d822d7c99453bd7913293b7003e9e Mon Sep 17 00:00:00 2001 From: loof2736 Date: Sat, 9 Aug 2025 23:46:13 -0400 Subject: [PATCH] Fix for TV layout jumping left when selecting certain items --- CSS/scyfin-theme.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CSS/scyfin-theme.css b/CSS/scyfin-theme.css index 8014bc5..8f3c21f 100644 --- a/CSS/scyfin-theme.css +++ b/CSS/scyfin-theme.css @@ -135,10 +135,6 @@ progress::-webkit-progress-value { .layout-desktop .hideMainDrawer .mainDrawer { left: -320px !important; } -/* Fix for scroll menus on home page */ -.emby-scroller { - margin-right: -2% !important; -} /* Fix for collection items misalignment */ .layout-desktop .collectionItems .collectionItemsContainer { padding-left: 0% !important; @@ -855,6 +851,7 @@ textarea { } .layout-desktop .detailPageContent { padding-left: 3.3% !important; + padding-right: 0 !important; } /* Re-position logo */