mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Merge pull request #359 from Stremio/fix/player-options-menu-mobile
fix(ControlBar): hide volume slider on mobile
This commit is contained in:
commit
76b6427235
1 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,10 @@
|
|||
padding: 0 0.5rem;
|
||||
overflow: visible;
|
||||
|
||||
.volume-slider {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.control-bar-buttons-menu-button {
|
||||
display: flex;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue