Fix: Increased top padding to add bigger gap between header and page content
This commit is contained in:
parent
e4af44b91e
commit
3c191b884a
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue