Fix: Prevent the expanded header from overlapping page content in TV layout on some resolutions
This commit is contained in:
parent
8b60a8d3c4
commit
20ec8f131d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue