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;