Fixed issue with volume-control not being styled correctly

This commit is contained in:
Kasper Rynning-Tønnesen
2018-04-26 23:13:47 +02:00
parent 3cdb6c756d
commit fd83f09b3c

View File

@@ -3014,6 +3014,7 @@ nav ul li:hover, nav ul li.active {
#controls{
/*opacity: 1;*/
overflow: initial;
background-color: rgb(70, 70, 70);
height: 50px;
margin-top: inherit;
@@ -3063,7 +3064,7 @@ nav ul li:hover, nav ul li.active {
flex-direction: column;
justify-content: center;
align-items: center;
background: #1c1c1c;
background: inherit;
}
.volume-container-cast {