New: Made the square cards with footer information bigger on phones

This should prevent extra information from being clipped (affects current TV program, last active on user cards, title information etc).
This commit is contained in:
lscambo13
2025-05-28 09:08:44 -07:00
parent 7fdda3433c
commit 150ff5fab0

View File

@@ -490,6 +490,11 @@ html {
width: 29.8% !important;
}
/* .layout-mobile .portraitCard:has(.cardFooter), */
.layout-mobile .squareCard:has(.cardFooter) {
width: 46.5% !important;
}
.backdropCard {
width: 46%;
}