Skip to content

Commit

Permalink
Bump up layer count to 32 in NoScript layer slider
Browse files Browse the repository at this point in the history
  • Loading branch information
precondition committed Nov 6, 2024
1 parent a8e7865 commit edfac79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/partials/sidebar.njk
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<fieldset>
<legend>Layer Count</legend>
{# Dummy input used to simply fill in the blank for NoScript users #}
<div class="keymap-filter flex" name="layerCount" id="layerCountSlider">1<input type="range" min="1" max="16" value="16">16</input></div>
<div class="keymap-filter flex" name="layerCount" id="layerCountSlider">1<input type="range" min="1" max="32" value="32">32</input></div>
</fieldset>

<br>
Expand Down

0 comments on commit edfac79

Please sign in to comment.