mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-03 04:00:41 +08:00
fixed caps warning appearing on other pages
This commit is contained in:
parent
8509b39359
commit
a3025e310f
2 changed files with 4 additions and 4 deletions
|
@ -1220,7 +1220,7 @@ key {
|
|||
display: table;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 66vh;
|
||||
// top: 66vh;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
padding: 1rem;
|
||||
border-radius: var(--roundness);
|
||||
|
|
|
@ -549,9 +549,6 @@
|
|||
<div id="timerWrapper">
|
||||
<div id="timer"></div>
|
||||
</div>
|
||||
<div id="capsWarning" class="hidden">
|
||||
<i class="fas fa-lock"></i>Caps Lock
|
||||
</div>
|
||||
<div id="centerContent" class="hidden">
|
||||
<div id="top">
|
||||
<div class="logo">
|
||||
|
@ -651,6 +648,9 @@
|
|||
<div id="middle">
|
||||
|
||||
<div class="page pageTest active">
|
||||
<div id="capsWarning" class="hidden">
|
||||
<i class="fas fa-lock"></i>Caps Lock
|
||||
</div>
|
||||
<div id="testModesNotice">
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue