mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Made the cards with footer bigger on all layout, not just phones
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user