Compare commits

..

2 Commits

Author SHA1 Message Date
Samira 4fed2c0d1d Improved and fixed css selectors for lists
Deploy to Unraid Share / copy-file (push) Successful in 4s
2026-04-24 14:42:27 +02:00
Samira a1d6e58635 FIxed no gap on scrollable lists 2026-04-24 14:35:16 +02:00
+10 -5
View File
@@ -235,17 +235,22 @@
width: unset !important;
}
/* Seasons */
.layout-desktop .itemsContainer:not(.scrollSlider) {
padding: unset !important;
justify-content: center;
/* List of seasons */
/* Replace margin with gap */
.layout-desktop .itemsContainer {
gap: 1.2em;
}
.layout-desktop .itemsContainer > .card > .cardBox {
margin-right: unset !important;
}
.layout-desktop .itemsContainer.padded-right:not(.padded-left) {
padding: unset !important; /* Remove right padding if left padding is not present */
}
.layout-desktop .itemsContainer.vertical-wrap {
justify-content: center; /* Only center if wrapping is enabled */
}
@media (min-width: 87.5em) {
.overflowPortraitCard, .overflowSquareCard {
width: 12.5vw !important;