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

fixes #943 - Add web client filtering by genres, parental ratings, tags and years

This commit is contained in:
Luke Pulverenti 2014-11-09 23:20:11 -05:00
parent 31c16972b0
commit a1535a341b
30 changed files with 592 additions and 394 deletions

View file

@ -85,14 +85,6 @@
top: 8px;
}
.viewPanel {
width: 250px;
}
.viewPanelModelOpen {
right: 250px !important;
}
.viewPanelTabs {
margin-bottom: 2em;
}
@ -977,7 +969,7 @@ a.itemTag:hover {
}
.itemSelectionPanel .ui-checkbox {
max-width: 90px;
max-width: 130px;
margin-left: auto;
margin-right: auto;
}
@ -1039,24 +1031,6 @@ a.itemTag:hover {
}
}
.playerSelectionPanel {
width: 250px;
}
.playerSelectionPanel + .ui-panel-dismiss {
right: 250px;
}
@media all and (min-width: 600px) {
.playerSelectionPanel {
width: 300px;
}
.playerSelectionPanel + .ui-panel-dismiss {
right: 300px;
}
}
.spotlight {
position: absolute;
left: 0;