Fixed hiding of characters left by moving around season title on mobile

This commit is contained in:
Samira
2026-04-29 20:06:33 +02:00
parent 15d3e3ba52
commit df38f118d3
+6 -1
View File
@@ -225,10 +225,15 @@ div:has(> div > .emby-scroller-container) {
place-items: center; place-items: center;
gap: 1em; gap: 1em;
font-size: larger; font-size: larger;
overflow: hidden;
}
/* Hide characters left by moving around season title */ /* Hide characters left by moving around season title */
.layout-desktop .nameContainer h3.itemName.infoText.subtitle bdi {
text-indent: -1ch; text-indent: -1ch;
overflow: hidden; }
.layout-mobile .nameContainer h3.itemName.infoText.subtitle bdi {
text-indent: -1.5ch;
} }
/* Season title */ /* Season title */