adjusted words input positioning

closes #3517
This commit is contained in:
Miodec 2022-09-07 12:25:15 +02:00
parent 7c3ae2cf47
commit 585d528acb
3 changed files with 16 additions and 3 deletions

View file

@ -400,9 +400,10 @@
z-index: -1;
cursor: default;
pointer-events: none;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
margin-left: 1rem;
// left: 50%;
// top: 50%;
// transform: translate(-50%, -50%);
}
#capsWarning {

View file

@ -36,3 +36,9 @@
body {
overflow: hidden;
}
#wordsInput {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

View file

@ -19,3 +19,9 @@
body {
overflow: hidden;
}
#wordsInput {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}