Fix: Prevent the expanded header from overlapping page content in TV layout on some resolutions

This commit is contained in:
lscambo13
2024-12-21 21:21:32 +05:30
parent 8b60a8d3c4
commit 20ec8f131d

View File

@@ -1005,7 +1005,7 @@ div[data-role=controlgroup] a.ui-btn-active {
width: auto;
}
.libraryPage:not(.noSecondaryNavPage) {
.libraryPage:not(.noSecondaryNavPage):not(.layout-tv .libraryPage) {
padding-top: 4.8em !important;
}
}