Fix: Added side margins to header tabs for a more balanced appearance
This commit is contained in:
parent
bca85bf69e
commit
a69816617a
1 changed files with 8 additions and 0 deletions
|
|
@ -3559,6 +3559,14 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||
background-color: var(--textColor);
|
||||
}
|
||||
|
||||
.layout-mobile .headerTabs.sectionTabs .emby-tab-button:first-child {
|
||||
margin-left: var(--sidePadding);
|
||||
}
|
||||
|
||||
.layout-mobile .headerTabs.sectionTabs .emby-tab-button:last-child {
|
||||
margin-right: var(--sidePadding);
|
||||
}
|
||||
|
||||
@media (min-width: 75em) {
|
||||
.sectionTabs:not(.layout-tv .sectionTabs) {
|
||||
-webkit-align-items: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue