forked from Mastodon/mastoradio-la-radio-di-mastodon
reduce volume step again
This commit is contained in:
parent
59483e13e2
commit
aa13144fe8
|
@ -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="5" bind:value={$volume}>
|
||||
<input class="volume__input" type="range" min="0" max="100" step="2" bind:value={$volume}>
|
||||
</div>
|
||||
|
||||
<!-- for mask -->
|
||||
|
|
Loading…
Reference in New Issue