fixed placement of caps lock warning

This commit is contained in:
Miodec 2022-10-18 03:05:47 +02:00
parent 6970fbddaa
commit 4c2e7ee5cb

View file

@ -34,6 +34,10 @@
.pageTest {
position: relative;
#typingTest {
position: relative;
}
.ssWatermark {
font-size: 1.25rem;
color: var(--sub-color);
@ -423,7 +427,7 @@
top: -2.5rem;
&.focus {
top: 0rem;
// top: 0rem;
}
i {