More fixes for current playing, and enabling remotecontroller if specified

This commit is contained in:
Kasper Rynning-Tønnesen
2017-06-15 18:42:18 +02:00
parent e76f9f59b5
commit a025953f3f
7 changed files with 42 additions and 15 deletions

View File

@@ -11,6 +11,15 @@
background-color: rgba(255, 255, 255, 0.04) !important;
}
#empty-channel-message {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
color: white;
font-size: 2em;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;