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:
commit
41a79924a6
1 changed files with 11 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue