Skip to content

Commit e729f26

Browse files
committed
Update popup.html
1 parent 05c690a commit e729f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</div>
2424
<div class="input_group">
2525
<label class="ex-label" for="time">Time</label>
26-
<input type="range" id="time" min="0.5" max="10" value="0.5" step="0.5" />
26+
<input type="range" id="time" min="0.1" max="10" value="0.1" step="0.1" />
2727
<span id="time_value">0</span>
2828
</div>
2929
<div class="btn-group">

0 commit comments

Comments
 (0)