Embedded version

- Embedded version now working with soundcloud-player
This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-03 15:45:34 +02:00
parent 7d9873efd8
commit 3b1a87f14d
4 changed files with 23 additions and 4 deletions

View File

@@ -13,6 +13,14 @@
transition: all .3s !important;
}
#player_overlay {
position: absolute;
height: calc(100% - 32px);
top: 0px;
left: 0px;
width: 50vw;
}
.card {
cursor:pointer;
background-color: rgba(255, 255, 255, 0.04) !important;