mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 18:02:13 +00:00
vertical padding of volume slider increased
This commit is contained in:
parent
ce10aa5929
commit
9f7813f2b9
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@
|
|||
}
|
||||
|
||||
.volume-slider-container {
|
||||
padding: ceil((@buttons-bar-height * 0.2)) 0;
|
||||
padding: ceil((@buttons-bar-height * 0.4)) 0;
|
||||
width: @buttons-bar-height;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue