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