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:
@@ -191,6 +191,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 40em) {
|
||||
[data-type='Movie'] .listItemImage,
|
||||
[data-type='Series'] .listItemImage {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.listItemImage-large-tv {
|
||||
width: 30vw !important;
|
||||
height: 20vw !important;
|
||||
|
||||
Reference in New Issue
Block a user