From b2460388f44e316ec4bafa3e52bd8eca462c182c Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Fri, 24 Jul 2026 23:10:10 -0600 Subject: [PATCH] Update lukeflix.css --- lukeflix.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lukeflix.css b/lukeflix.css index b83fc87..e6f267d 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -389,7 +389,7 @@ body:has(#itemDetailPage) .backdropImage { background-color: rgba(0, 0, 0, 0); } -.libraryPage { +.libraryPage, .libraryPage:not(.noSecondaryNavPage) { padding-top: 2em !important; /* Reduce spacing from header to library content */ }