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

Fix listview for small screens

Hide secondary media info to improve listview on smaller screen sizes
This commit is contained in:
Cameron 2020-08-31 16:28:00 +01:00
parent c5d4f7463b
commit 00ad0f051f

View file

@ -185,6 +185,10 @@
.listItemBody {
padding-right: 0.5em;
}
.listItemMediaInfo {
display: none;
}
}
.listItemImage-large-tv {