From d6c322fc3a3910065689ef5af1ccd973a6f8bfe0 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 16:24:58 -0600 Subject: [PATCH] Update live TV header height to be smaller --- lukeflix.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lukeflix.css b/lukeflix.css index 51f102f..b1f2ae3 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2457,6 +2457,7 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { /* Shrink the Date Selector Text */ .guideHeaderDateSelection { font-size: 80%; + padding: none !important; } /* ========== TIME SLOT BAR ========== */ @@ -2472,6 +2473,7 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { .tvGuideHeader { flex-direction: row !important; + margin: none; } /* Date Selector */