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:
parent
c5d4f7463b
commit
00ad0f051f
1 changed files with 4 additions and 0 deletions
|
@ -185,6 +185,10 @@
|
|||
.listItemBody {
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
.listItemMediaInfo {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.listItemImage-large-tv {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue