Fix: Reduced default icon size in library cards on phones to fit the small size
This commit is contained in:
parent
d25f31708c
commit
c1e5fb3612
1 changed files with 4 additions and 0 deletions
|
|
@ -716,6 +716,10 @@ html {
|
|||
/* mask: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, transparent 35%); */
|
||||
}
|
||||
|
||||
.layout-mobile .overflowBackdropCard .cardImageContainer .cardImageIcon {
|
||||
font-size: 3.5em;
|
||||
}
|
||||
|
||||
@media (max-width: 62.5em) {
|
||||
.layout-desktop .itemBackdrop {
|
||||
height: 7em !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue