diff --git a/lukeflix.css b/lukeflix.css index 4a02219..1d033d9 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2359,13 +2359,25 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { font-size: 80%; } +/* ========== TIME SLOT BAR ========== */ + +.timeslotHeaders { + font-size: 110% !important; + font-weight: 600 !important; +} + /* ========== TV GUIDE ========== */ + /* Stylize channel number and logo cells */ .guide-channelHeaderCell { border: none !important; } +.channelsContainer { + width: 9vw !important; /* Reduce distance channel number and logo */ +} + /* Stylize program cells */ .programCell { border: none !important;