Fixed listeners-issue on embedded player

This commit is contained in:
Kasper Rynning-Tønnesen
2018-04-27 12:56:47 +02:00
parent 6b926ca92e
commit e8208c32ea
3 changed files with 25 additions and 16 deletions

View File

@@ -180,7 +180,7 @@
}
#playlist{
background-color:grey;
/*background-color:grey;*/
height:100vh;
width:50vw;
overflow:hidden;
@@ -207,10 +207,11 @@
#controls
{
background: inherit;
position: relative;
opacity:0;
height:32px;
background-color:grey;
width:50vw;
color:white;
margin-top:-5px;
@@ -429,6 +430,10 @@ html {
overflow: hidden;
}
#pageButtons {
background: inherit;
}
#pageButtons, #pageButtons a{
color:white !important;
}
@@ -496,6 +501,7 @@ padding: 0 5px;
}
*/
#wrapper{
background: inherit;
/*height: 94%;*/
}