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

more music sorting options

This commit is contained in:
Luke Pulverenti 2013-04-27 18:04:14 -04:00
parent f9c330fb36
commit 56cb3118df
5 changed files with 131 additions and 10 deletions

View file

@ -50,3 +50,13 @@
.userDataCell {
width: 140px;
}
.tabletColumn {
display: none;
}
@media all and (min-width: 750px) {
.tabletColumn {
display: table-cell;
}
}