From 40c82b079de348c0e23fff6065c90ace535de21f Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Fri, 24 Jul 2026 19:17:12 -0600 Subject: [PATCH] Update lukeflix.css --- lukeflix.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lukeflix.css b/lukeflix.css index eae2be1..8751887 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2324,14 +2324,23 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { /* 16. LIVE TV STRUCTURE & COMPONENTS */ +/* */ .absolutePageTabContent { top: 4.3em !important; } +/* */ .headerTop { padding: 1.1em 0 !important; } +/* Reduce spacing between category and date selector tabs */ .headerTabs.sectionTabs { margin-top: -4.4em !important; +} + +/* Restyle Date Selector */ +.emby-tabs-slider.guideDateTabsSlider { + background-color: transparent !important; + border: none; } \ No newline at end of file