Skip to content

Commit

Permalink
tweak slider
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Jul 13, 2024
1 parent bf39c4e commit 927c5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h4>Last Updated: <span id="last-updated"></span> ago</h4>
<div class="control-cluster">
<div class="last-n-container">
<h4><span class="last-n">10</span> runs</h4>
<input class="last-n-slider" type="range" step="50" min="0" max="1000" value="50">
<input class="last-n-slider" type="range" step="10" min="0" max="300" value="90">
</div>
</div>
</div>
Expand Down

0 comments on commit 927c5cb

Please sign in to comment.