mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
placed carets inside the words wrapper to make them invisible outside the words area
This commit is contained in:
parent
3df54b7481
commit
d802d24bfb
2 changed files with 5 additions and 2 deletions
|
@ -2447,6 +2447,9 @@ key {
|
|||
|
||||
#middle {
|
||||
.pageTest {
|
||||
#wordsWrapper {
|
||||
position: relative;
|
||||
}
|
||||
#memoryTimer {
|
||||
background: var(--main-color);
|
||||
color: var(--bg-color);
|
||||
|
|
|
@ -1130,8 +1130,6 @@
|
|||
</div>
|
||||
<div id="memoryTimer">Time left to memorise all words: 0s</div>
|
||||
<div id="testModesNotice"></div>
|
||||
<div id="caret" class="default size15"></div>
|
||||
<div id="paceCaret" class="default size15 hidden"></div>
|
||||
<input id="wordsInput" class="" tabindex="0" autocomplete="off" />
|
||||
<div id="timerNumber" class="timerMain">
|
||||
<div>60</div>
|
||||
|
@ -1147,6 +1145,8 @@
|
|||
Click or press any key to focus
|
||||
</div>
|
||||
<div id="wordsWrapper">
|
||||
<div id="paceCaret" class="default size15 hidden"></div>
|
||||
<div id="caret" class="default size15"></div>
|
||||
<div id="words" class="size15"></div>
|
||||
</div>
|
||||
<div class="keymap hidden">
|
||||
|
|
Loading…
Reference in a new issue