Fix: App bar tabs were stick in the expanded state on TVs

Fix: Workaround to prevent these tabs from overlapping buttons on TVs
This commit is contained in:
lscambo13
2025-08-14 10:21:06 -07:00
parent d5bf3ed7ad
commit dd4e2b392b

View File

@@ -3559,7 +3559,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
.layout-tv .sectionTabs { .layout-tv .sectionTabs {
/* this prevents the section tabs from being off-center in the music library /* this prevents the section tabs from being off-center in the music library
after I set the overflow to visible to fix visual glitches */ after I set the overflow to visible to fix visual glitches */
width: 100%; width: 70%;
margin-right: 2em;
} }
.headerTabs.sectionTabs .emby-tab-button { .headerTabs.sectionTabs .emby-tab-button {
@@ -3589,8 +3590,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
@media (min-width: 75em) { @media (min-width: 75em) {
.layout-desktop .sectionTabs, .sectionTabs {
.layout-mobile .sectionTabs {
-webkit-align-items: center; -webkit-align-items: center;
align-items: center; align-items: center;
-webkit-align-self: center; -webkit-align-self: center;