Finer steps for audio volume
This commit is contained in:
parent
599fdd6ceb
commit
821f91e996
1 changed files with 1 additions and 1 deletions
2
front/dist/index.tmpl.html
vendored
2
front/dist/index.tmpl.html
vendored
|
@ -92,7 +92,7 @@
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<div class="audioplayer">
|
<div class="audioplayer">
|
||||||
<input type="range" id="audioplayer_volume" min="0" max="1" step="0.05" value="1" />
|
<input type="range" id="audioplayer_volume" min="0" max="1" step="0.025" value="1" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="audioplayer">
|
<div class="audioplayer">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue