mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
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:
@@ -2556,6 +2556,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
background-color: var(--lighterGradientPointAlpha);
|
background-color: var(--lighterGradientPointAlpha);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-tv .trackSelections {
|
||||||
|
order: 2;
|
||||||
|
}
|
||||||
|
|
||||||
.recordingFields {
|
.recordingFields {
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
@@ -2617,6 +2621,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-tv .itemDetailsGroup {
|
||||||
|
order: 2;
|
||||||
|
}
|
||||||
|
|
||||||
.trackSelections.hide~.recordingFields.hide~.itemDetailsGroup {
|
.trackSelections.hide~.recordingFields.hide~.itemDetailsGroup {
|
||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
}
|
}
|
||||||
@@ -3617,6 +3625,10 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
padding-top: 9.5em !important;
|
padding-top: 9.5em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-tv .libraryPage:not(.noSecondaryNavPage) {
|
||||||
|
padding-top: 6em !important;
|
||||||
|
}
|
||||||
|
|
||||||
.layout-tv .headerLeft {
|
.layout-tv .headerLeft {
|
||||||
overflow: unset;
|
overflow: unset;
|
||||||
margin: 0em .6em;
|
margin: 0em .6em;
|
||||||
|
Reference in New Issue
Block a user