forked from Mastodon/mastoradio-la-radio-di-mastodon
reduce volume step size
This commit is contained in:
parent
78c709745d
commit
01457eea40
|
@ -1,7 +1,7 @@
|
|||
<div class="volume">
|
||||
<div class="volume__bg"></div>
|
||||
<div class="volume__progress" style="width: {volumePercent}%;"></div>
|
||||
<input class="volume__input" type="range" min="0" max="100" step="10" bind:value={$volume}>
|
||||
<input class="volume__input" type="range" min="0" max="100" step="5" bind:value={$volume}>
|
||||
</div>
|
||||
|
||||
<!-- for mask -->
|
||||
|
|
Loading…
Reference in New Issue