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:
parent
7fdda3433c
commit
150ff5fab0
1 changed files with 5 additions and 0 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue