From 3c84eddbcd9f33637810943fb0b7108a98110bcf Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Mon, 27 Jul 2026 23:17:10 -0600 Subject: [PATCH] Put guide dates and time intervals on same row --- lukeflix.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lukeflix.css b/lukeflix.css index 71c419f..975a236 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2468,6 +2468,9 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { /* ========== TV GUIDE ========== */ +.tvGuideHeader { + flex-direction: row !important; +} /* Stylize channel number and logo cells */ .guide-channelHeaderCell {