Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73e10b31ef | |||
| 4ef92b5e78 |
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user