Skip to content

Commit

Permalink
fixed input width
Browse files Browse the repository at this point in the history
  • Loading branch information
yikuansun committed Feb 12, 2021
1 parent 027323b commit 2009f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<center>
<form>
<b>Clock</b>
<br />Countdown: <input type="number" id="countdown" min="0" step="0.01" />s
<br />Countdown: <input type="number" id="countdown" min="0" step="0.01" style="width: 6ch" />s
<br /><br /><hr /><br /><b>Hotkeys</b>
<br />Key for start/stop/restart: <select id="alt"><option>Alt</option><option>Shift</option><option>Enter</option></select>
<br />Key for record split: <select id="shift"><option>Alt</option><option>Shift</option><option>Enter</option></select>
Expand Down

0 comments on commit 2009f41

Please sign in to comment.