Removed mock song from playlist, and added loader

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-03 21:44:59 +02:00
parent 1fafdbc77d
commit 4d3956347b
2 changed files with 62 additions and 0 deletions

View File

@@ -260,6 +260,23 @@ hide mdi-action-visibility mdi-action-visibility-off
}
}
#playlist_loader {
display:inline-flex;
height:100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#wrapper {
padding-right:0vh !important;
width:100% !important;
}
}
#list-song-html {
display:none;
}
#donate_form a {
padding-right:10px;
}