Ability to hide playlist

This commit is contained in:
calzoneman 2014-02-17 19:06:49 -06:00
parent 6292ca5f3f
commit 6e0f27f254
4 changed files with 33 additions and 5 deletions

View file

@ -505,6 +505,13 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
position: fixed;
bottom: 0;
z-index: 10000;
min-width: 100%;
}
body.chatOnly .pm-panel, body.chatOnly .pm-panel-placeholder {
margin-left: 0;
margin-right: 5px;
float: right;
}
.pm-panel, .pm-panel-placeholder {