1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Reduce the size of the icon in the listview

This commit is contained in:
Dmitry Lyzo 2022-02-10 00:20:47 +03:00
parent 6ae47415d0
commit e11109e2f8

View file

@ -164,6 +164,10 @@
padding: 0.2em; padding: 0.2em;
} }
.listItemImage .cardImageIcon {
font-size: 3em;
}
@media all and (max-width: 64em) { @media all and (max-width: 64em) {
.listItemImage-large { .listItemImage-large {
width: 22vw; width: 22vw;