Fix: Made the cards with footer bigger on all layout, not just phones

This commit is contained in:
lscambo13
2025-05-30 11:09:00 -07:00
parent cf9a380643
commit 729214c2aa

View File

@@ -481,10 +481,13 @@ html {
width: 17.9% !important;
}
.squareCard:has(.cardFooter) {
width: 23% !important;
}
.backdropCard {
width: 23.3%;
}
}
/* 4 posters, 3 thumbs */
@@ -495,6 +498,10 @@ html {
width: 22.3% !important;
}
.squareCard:has(.cardFooter) {
width: 30.2% !important;
}
.backdropCard {
width: 30.7%;
}
@@ -514,7 +521,7 @@ html {
}
/* .layout-mobile .portraitCard:has(.cardFooter), */
.layout-mobile .squareCard:has(.cardFooter) {
.squareCard:has(.cardFooter) {
width: 46.5% !important;
}