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:
parent
00ad0f051f
commit
f4491c66c3
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue