This commit is contained in:
Flummi
2021-05-25 14:42:28 +02:00
parent 96a3b47935
commit 6c6dc7e0f8
2 changed files with 57 additions and 4 deletions

View File

@ -111,7 +111,7 @@ svg {
flex-basis: 100%;
height: 5px;
transition: height 0.4s;
background: rgba(0, 0, 0, 0.5);
background: rgb(23 23 23);
cursor: pointer;
}
@ -185,8 +185,7 @@ svg {
}
@media (max-width: 900px) {
.v0ck_player_controls > input[type="range"][name="volume"],
.v0ck_player_button.v0ck_volume {
.v0ck_player_controls > input[type="range"][name="volume"] {
display: none;
}
}