moved words input inside words wrapper

This commit is contained in:
Miodec 2023-03-07 14:57:37 +01:00
parent 98de529b94
commit 31b1474a47

View file

@ -100,19 +100,6 @@
</div>
<div id="memoryTimer">Time left to memorise all words: 0s</div>
<div id="testModesNotice"></div>
<input
id="wordsInput"
class=""
tabindex="0"
type="text"
autocomplete="off"
autocapitalize="off"
autocorrect="off"
data-gramm="false"
data-gramm_editor="false"
data-enable-grammarly="false"
list="autocompleteOff"
/>
<div id="timerNumber" class="timerMain">
<div>60</div>
</div>
@ -127,6 +114,19 @@
Click here or start typing to focus
</div>
<div id="wordsWrapper" translate="no">
<input
id="wordsInput"
class=""
tabindex="0"
type="text"
autocomplete="off"
autocapitalize="off"
autocorrect="off"
data-gramm="false"
data-gramm_editor="false"
data-enable-grammarly="false"
list="autocompleteOff"
/>
<div id="paceCaret" class="default hidden"></div>
<div id="caret" class="default"></div>
<div id="words"></div>