Exporting of soundcloud implementation

- Fixed play/pause issue on stopping and playing the player
This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-04 14:40:02 +02:00
parent e4cdd8427d
commit 1bf0b0e5c0
5 changed files with 365 additions and 367 deletions

View File

@@ -123,6 +123,20 @@ a {
margin: auto;
}
#player_loader_container {
height: 100%;
width: 100%;
background: rgba(0,0,0,.5);
}
#player_loader {
position: absolute;
left: 0;
right: 0;
margin: auto;
}
#send-loader {
position: absolute;
top: 0px;