Compare commits

..

2 Commits

Author SHA1 Message Date
Samira 73e10b31ef Changed layout of episode title
Deploy to Unraid Share / copy-file (push) Successful in 11s
2026-04-24 14:23:38 +02:00
Samira 4ef92b5e78 Added transition to episode hover 2026-04-23 21:32:01 +02:00
+18
View File
@@ -126,6 +126,23 @@
font-size: var(--logo-height); font-size: var(--logo-height);
} }
/* Season */
.nameContainer h3.itemName.infoText.subtitle bdi {
display: flex;
flex-direction: column;
place-items: center;
gap: 1em;
text-indent: -1ch;
overflow: hidden;
font-size: larger;
}
.nameContainer h3.itemName.infoText.subtitle bdi [data-type="Season"] {
text-indent: 0;
font-size: .72em;
font-weight: normal;
}
/* Original title */ /* Original title */
.nameContainer h4 { .nameContainer h4 {
text-align: center; text-align: center;
@@ -302,6 +319,7 @@
} }
.layout-desktop .listItem:hover .listItem-content .listViewUserDataButtons { .layout-desktop .listItem:hover .listItem-content .listViewUserDataButtons {
opacity: 1; opacity: 1;
transition: .2s ease-out;
} }
/* Only show play button on hover */ /* Only show play button on hover */