mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Fix listview for small screens
Hide secondary media info to improve listview on smaller screen sizes
This commit is contained in:
parent
c5d4f7463b
commit
00ad0f051f
@ -185,6 +185,10 @@
|
||||
.listItemBody {
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
.listItemMediaInfo {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.listItemImage-large-tv {
|
||||
|
Loading…
Reference in New Issue
Block a user