mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-22 17:49:34 +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;
|
width: 17.9% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.squareCard:has(.cardFooter) {
|
||||||
|
width: 23% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.backdropCard {
|
.backdropCard {
|
||||||
width: 23.3%;
|
width: 23.3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 4 posters, 3 thumbs */
|
/* 4 posters, 3 thumbs */
|
||||||
@@ -495,6 +498,10 @@ html {
|
|||||||
width: 22.3% !important;
|
width: 22.3% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.squareCard:has(.cardFooter) {
|
||||||
|
width: 30.2% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.backdropCard {
|
.backdropCard {
|
||||||
width: 30.7%;
|
width: 30.7%;
|
||||||
}
|
}
|
||||||
@@ -514,7 +521,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* .layout-mobile .portraitCard:has(.cardFooter), */
|
/* .layout-mobile .portraitCard:has(.cardFooter), */
|
||||||
.layout-mobile .squareCard:has(.cardFooter) {
|
.squareCard:has(.cardFooter) {
|
||||||
width: 46.5% !important;
|
width: 46.5% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user