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

Hide image on even smaller screens

data-type is added to keep images for music playlists

This reverts commit 0982c15c3c670a19214c8b0d97b801f6ab7ea547.
This commit is contained in:
Cameron 2020-08-31 16:28:05 +01:00
parent 00ad0f051f
commit f4491c66c3

View file

@ -191,6 +191,13 @@
} }
} }
@media all and (max-width: 40em) {
[data-type='Movie'] .listItemImage,
[data-type='Series'] .listItemImage {
display: none;
}
}
.listItemImage-large-tv { .listItemImage-large-tv {
width: 30vw !important; width: 30vw !important;
height: 20vw !important; height: 20vw !important;