increase volume slider size in dropdown
This commit is contained in:
parent
bf03d8907b
commit
c7c89a306a
@ -72,14 +72,12 @@
|
|||||||
<OverflowMenu class="d-sm-none">
|
<OverflowMenu class="d-sm-none">
|
||||||
<b-dropdown-text>
|
<b-dropdown-text>
|
||||||
<div class="d-flex justify-content-between">
|
<div class="d-flex justify-content-between">
|
||||||
<strong class="pr-1">Volume</strong>
|
<strong>Volume</strong>
|
||||||
<b-form-input
|
<b-form-input
|
||||||
:value="volume"
|
class="px-2" style="width: 175px"
|
||||||
type="range"
|
type="range" min="0" max="1" step="0.05"
|
||||||
min="0"
|
:value="volume" @input="setVolume"
|
||||||
max="1"
|
/>
|
||||||
step="0.05"
|
|
||||||
@input="setVolume" />
|
|
||||||
</div>
|
</div>
|
||||||
</b-dropdown-text>
|
</b-dropdown-text>
|
||||||
<b-dropdown-text>
|
<b-dropdown-text>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user