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:
parent
f9c330fb36
commit
56cb3118df
5 changed files with 131 additions and 10 deletions
|
@ -50,3 +50,13 @@
|
|||
.userDataCell {
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.tabletColumn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
.tabletColumn {
|
||||
display: table-cell;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue