Fix: Reduced default icon size in library cards on phones to fit the small size

This commit is contained in:
lscambo13
2025-05-19 13:21:09 -07:00
parent d25f31708c
commit c1e5fb3612

View File

@@ -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;