Changed size of portrait cards to allow break after three cards
Deploy to Unraid Share / copy-file (push) Successful in 8s

This commit is contained in:
Samira
2026-04-22 19:40:02 +02:00
parent f2ba963f6e
commit fe7d9b2f04
+6
View File
@@ -229,6 +229,12 @@
margin-right: unset !important;
}
@media (min-width: 87.5em) {
.overflowPortraitCard, .overflowSquareCard {
width: 12.5vw !important;
}
}
/* Scrollable lists */
.layout-desktop .detailVerticalSection {
width: 100%;