mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Exporting of soundcloud implementation
- Fixed play/pause issue on stopping and playing the player
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user