1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-11-01 22:33:00 +00:00

Feat: startup screen, connect to websocket after getting the settings

This commit is contained in:
jcorporation
2019-01-14 23:06:07 +00:00
parent 230395e445
commit 2f3a579d07
4 changed files with 100 additions and 19 deletions

View File

@@ -91,6 +91,10 @@ small {
display: none !important;
}
.unvisible {
visibility: hidden;
}
.pull-right {
float: right !important;
}