Refactor for clarity
This commit is contained in:
+5
-2
@@ -218,17 +218,20 @@ div:has(> div > .emby-scroller-container) {
|
|||||||
font-size: var(--logo-height);
|
font-size: var(--logo-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Season */
|
/* Episode title */
|
||||||
.nameContainer h3.itemName.infoText.subtitle bdi {
|
.nameContainer h3.itemName.infoText.subtitle bdi {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
|
font-size: larger;
|
||||||
|
|
||||||
|
/* Hide characters left by moving around season title */
|
||||||
text-indent: -1ch;
|
text-indent: -1ch;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: larger;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Season title */
|
||||||
.nameContainer h3.itemName.infoText.subtitle bdi [data-type="Season"] {
|
.nameContainer h3.itemName.infoText.subtitle bdi [data-type="Season"] {
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
font-size: .72em;
|
font-size: .72em;
|
||||||
|
|||||||
Reference in New Issue
Block a user