From d8265c3eba632d470b7f21a547ea982e45d46a72 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 14:36:04 -0600 Subject: [PATCH] Update Live TV date and time bar --- lukeflix.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/lukeflix.css b/lukeflix.css index 3d66909..a374361 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2468,10 +2468,28 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { /* ========== TV GUIDE ========== */ +/* ==== GUIDE HEADER ==== */ + .tvGuideHeader { flex-direction: row !important; } +/* Date Selector */ +.emby-tabs-slider.guideDateTabsSlider { + border: none; + background-color: transparent !important; + width: 9vw !important; +} + +/* Time Interval Spacing & Style */ +.guide-headerTimeslots { + color: inherit; + flex: 1 1 0 !important; /* fit rest of length */ + overflow: hidden; +} + +/* ==== PROGRAM CELLS ==== */ + /* Stylize channel number and logo cells */ .guide-channelHeaderCell { border: none !important;