From 25a7800ff2b26fdedebf48a9c5830b9c31a3a8e1 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Fri, 24 Jul 2026 23:14:59 -0600 Subject: [PATCH] Update lukeflix.css --- lukeflix.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lukeflix.css b/lukeflix.css index e6f267d..4586f04 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -390,7 +390,7 @@ body:has(#itemDetailPage) .backdropImage { } .libraryPage, .libraryPage:not(.noSecondaryNavPage) { - padding-top: 2em !important; /* Reduce spacing from header to library content */ + padding-top: 6em !important; /* Reduce spacing from header to library content */ } /* Navigation / drawer */ @@ -2390,4 +2390,8 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { /* Remove borders around each row and program */ .channelPrograms { border: none !important; +} + +.padded-top { + padding-top: 0em !important; } \ No newline at end of file