From 4a05ccd4c9437add7bfad6e8243dbea72f4e79c9 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 16:20:09 -0600 Subject: [PATCH] Adjust padding of channel #/logo and the date selector --- lukeflix.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lukeflix.css b/lukeflix.css index a374361..51f102f 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2479,6 +2479,7 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { border: none; background-color: transparent !important; width: 9vw !important; + padding-left: 5px !important; } /* Time Interval Spacing & Style */ @@ -2495,6 +2496,10 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { border: none !important; } +.programContainer.emby-scroller { + padding-left: 5px !important; +} + .channelsContainer { width: 9vw !important; /* Reduce distance channel number and logo */ }