Fixed hiding of characters left by moving around season title on mobile
This commit is contained in:
+8
-3
@@ -225,12 +225,17 @@ div:has(> div > .emby-scroller-container) {
|
||||
place-items: center;
|
||||
gap: 1em;
|
||||
font-size: larger;
|
||||
|
||||
/* Hide characters left by moving around season title */
|
||||
text-indent: -1ch;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Hide characters left by moving around season title */
|
||||
.layout-desktop .nameContainer h3.itemName.infoText.subtitle bdi {
|
||||
text-indent: -1ch;
|
||||
}
|
||||
.layout-mobile .nameContainer h3.itemName.infoText.subtitle bdi {
|
||||
text-indent: -1.5ch;
|
||||
}
|
||||
|
||||
/* Season title */
|
||||
.nameContainer h3.itemName.infoText.subtitle bdi [data-type="Season"] {
|
||||
text-indent: 0;
|
||||
|
||||
Reference in New Issue
Block a user