mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-30 02:39:05 +08:00
font size input type number
This commit is contained in:
parent
a9f33c7888
commit
30b76cb75b
1 changed files with 6 additions and 1 deletions
|
|
@ -1443,7 +1443,12 @@
|
|||
<h1>font size</h1>
|
||||
<div class="text">Change the font size of the test words.</div>
|
||||
<div class="inputAndButton">
|
||||
<input type="text" placeholder="font size" class="input" tabindex="0" />
|
||||
<input
|
||||
type="number"
|
||||
placeholder="font size"
|
||||
class="input"
|
||||
tabindex="0"
|
||||
/>
|
||||
<div class="button save" tabindex="0" onclick="this.blur();">
|
||||
<i class="fas fa-save fa-fw"></i>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue