Fix: Added side margins to header tabs for a more balanced appearance
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user