diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 24c1541..26b2b87 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -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; }