Prettier small player on frontpage when playing soundcloud

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-29 15:56:17 +02:00
parent ab8e53d1e0
commit 81dd783609
8 changed files with 82 additions and 55 deletions

View File

@@ -572,6 +572,7 @@ li.disabled span {
display: block !important;
/* right: 10px; */
z-index: 10;
left: 0;
/*transition: 1s;*/
}
@@ -1763,10 +1764,15 @@ ul #chat-log{
#player_overlay{
background-color:black;
position: absolute;
top: calc(-100vh + 64px + 26px);
/*top: calc(-100vh + 64px + 26px);*/
top: 0px;
z-index: 99;
width:100%;
color:white;
height: calc(100vh - 64px - 32px);
transition: transform .5s ease-out,width .5s ease-out,height .5s ease-out,opacity 1s;
-moz-transition: transform .5s ease-out,width .5s ease-out,height .5s ease-out,opacity 1s;
-o-transition: transform .5s ease-out,width .5s ease-out,height .5s ease-out,opacity 1s;
}
#player_overlay_text{