mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: To avoid overlap with other header elements in TV layout, prevent moving section tabs upwards, and retain the default behaviour. By default on TV layout, this shift happens when the width is greater than 100em.
This commit is contained in:
@@ -198,7 +198,7 @@ h1 {
|
|||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-scrollbuttons-button.paper-icon-button-light > .material-icons {
|
.emby-scrollbuttons-button.paper-icon-button-light>.material-icons {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
place-content: center;
|
place-content: center;
|
||||||
}
|
}
|
||||||
@@ -986,24 +986,24 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 62em) {
|
@media (min-width: 62em) {
|
||||||
.sectionTabs {
|
.sectionTabs:not(.layout-tv .sectionTabs) {
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-align-self: center;
|
-webkit-align-self: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
-webkit-justify-content: center;
|
-webkit-justify-content: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-top: -4.3em;
|
margin-top: -4.3em;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.libraryPage:not(.noSecondaryNavPage) {
|
.libraryPage:not(.noSecondaryNavPage) {
|
||||||
padding-top: 4.8em !important;
|
padding-top: 4.8em !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-select-withcolor > option {
|
.emby-select-withcolor>option {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background-color: var(--selectorBackgroundColor);
|
background-color: var(--selectorBackgroundColor);
|
||||||
}
|
}
|
Reference in New Issue
Block a user