Skip to content

Commit

Permalink
allow more loudness gradations (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleif authored Sep 25, 2022
1 parent 0430456 commit 9f20230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/part.audio.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<div class="sm2-inline-element sm2-button-element sm2-volume" data-placement="left"
title="<?php p($l->t('Volume')); ?>">
<input id="playerVolume" type="range" class="sm2-button-bd sm2-inline-button volume-slider" min="0" max="1"
step="0.1" value="1">
step="0.02" value="1">
</div>

<div class="sm2-inline-element sm2-button-element sm2-repeat" style="left: 7px;" data-placement="left"
Expand Down

0 comments on commit 9f20230

Please sign in to comment.