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

Merge pull request #1870 from Camc314/fix-overlapping-list-view

Unclutter listview for small screens
This commit is contained in:
dkanada 2020-09-05 16:58:23 +09:00 committed by GitHub
commit 41a79924a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,6 +185,17 @@
.listItemBody { .listItemBody {
padding-right: 0.5em; padding-right: 0.5em;
} }
.listItemMediaInfo {
display: none;
}
}
@media all and (max-width: 40em) {
[data-type='Movie'] .listItemImage,
[data-type='Series'] .listItemImage {
display: none;
}
} }
.listItemImage-large-tv { .listItemImage-large-tv {