Fix: Increased top padding to add bigger gap between header and page content

This commit is contained in:
lscambo13
2025-05-19 13:33:37 -07:00
parent e4af44b91e
commit 3c191b884a

View File

@@ -2365,10 +2365,14 @@ div[data-role=controlgroup] a.ui-btn-active {
}
.libraryPage:not(.noSecondaryNavPage):not(.layout-tv .libraryPage) {
padding-top: 4.8em !important;
padding-top: 5.8em !important;
}
}
.libraryPage:not(.noSecondaryNavPage) {
padding-top: 8.5em !important;
}
.layout-tv .headerLeft {
overflow: unset;
margin: .25em .5em;