Added buy/artist buttons when playing from soundcloud

This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-04 14:53:34 +02:00
parent 1bf0b0e5c0
commit 4e189d5c94
3 changed files with 26 additions and 0 deletions

View File

@@ -123,6 +123,15 @@ a {
margin: auto;
}
.soundcloud_info_container {
position: absolute;
bottom: 20px;
left: 20px;
display: flex;
width: 35%;
justify-content: space-between;
}
#player_loader_container {
height: 100%;
width: 100%;