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 {