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

add localization stub

This commit is contained in:
Luke Pulverenti 2014-03-30 21:00:47 -04:00
parent 7dd0efdcc2
commit 1f1dcf80c1
14 changed files with 105 additions and 1383 deletions

View file

@ -1204,16 +1204,16 @@ a.itemTag:hover {
width: 250px;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-right[data-panelid=playerSelectionPanel] {
right: 250px;
}
.playerSelectionPanel + .ui-panel-dismiss {
right: 250px;
}
@media all and (min-width: 600px) {
.playerSelectionPanel {
width: 300px;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-right[data-panelid=playerSelectionPanel] {
right: 300px;
}
}
.playerSelectionPanel + .ui-panel-dismiss {
right: 300px;
}
}