mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed listeners-issue on embedded player
This commit is contained in:
@@ -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%;*/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user