Update lukeflix.css

This commit is contained in:
2026-07-24 19:17:12 -06:00
parent 2ae1cf7b68
commit 40c82b079d

View File

@@ -2324,14 +2324,23 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
/* 16. LIVE TV STRUCTURE & COMPONENTS */ /* 16. LIVE TV STRUCTURE & COMPONENTS */
/* */
.absolutePageTabContent { .absolutePageTabContent {
top: 4.3em !important; top: 4.3em !important;
} }
/* */
.headerTop { .headerTop {
padding: 1.1em 0 !important; padding: 1.1em 0 !important;
} }
/* Reduce spacing between category and date selector tabs */
.headerTabs.sectionTabs { .headerTabs.sectionTabs {
margin-top: -4.4em !important; margin-top: -4.4em !important;
} }
/* Restyle Date Selector */
.emby-tabs-slider.guideDateTabsSlider {
background-color: transparent !important;
border: none;
}