Fix: Positioned the audio and subtitle selection menu closer to the play button on TVs for easier navigation with remote

Fix: Reduced the top padding on pages on TVs
This commit is contained in:
lscambo13
2025-08-14 10:31:36 -07:00
parent dd4e2b392b
commit fb57bffd2f

View File

@@ -2556,6 +2556,10 @@ div[data-role=controlgroup] a.ui-btn-active {
background-color: var(--lighterGradientPointAlpha);
}
.layout-tv .trackSelections {
order: 2;
}
.recordingFields {
order: 4;
}
@@ -2617,6 +2621,10 @@ div[data-role=controlgroup] a.ui-btn-active {
grid-column: 1;
}
.layout-tv .itemDetailsGroup {
order: 2;
}
.trackSelections.hide~.recordingFields.hide~.itemDetailsGroup {
grid-column: 1 / -1;
}
@@ -3617,6 +3625,10 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
padding-top: 9.5em !important;
}
.layout-tv .libraryPage:not(.noSecondaryNavPage) {
padding-top: 6em !important;
}
.layout-tv .headerLeft {
overflow: unset;
margin: 0em .6em;