Update lukeflix.css

This commit is contained in:
2026-07-24 23:14:59 -06:00
parent b2460388f4
commit 25a7800ff2

View File

@@ -390,7 +390,7 @@ body:has(#itemDetailPage) .backdropImage {
} }
.libraryPage, .libraryPage:not(.noSecondaryNavPage) { .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 */ /* Navigation / drawer */
@@ -2391,3 +2391,7 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
.channelPrograms { .channelPrograms {
border: none !important; border: none !important;
} }
.padded-top {
padding-top: 0em !important;
}