Merge pull request #359 from Stremio/fix/player-options-menu-mobile

fix(ControlBar): hide volume slider on mobile
This commit is contained in:
Tim 2023-05-22 18:32:42 +02:00 committed by GitHub
commit 76b6427235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,10 @@
padding: 0 0.5rem;
overflow: visible;
.volume-slider {
display: none;
}
.control-bar-buttons-menu-button {
display: flex;
}