moved words input to the center

This commit is contained in:
Miodec 2022-09-06 01:06:18 +02:00
parent 1b65a0337f
commit bec4f0a079

View file

@ -391,7 +391,7 @@
#wordsInput {
opacity: 0;
padding: 0;
margin: 0;
margin: 0 auto;
border: none;
outline: none;
display: block;
@ -400,6 +400,9 @@
z-index: -1;
cursor: default;
pointer-events: none;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
#capsWarning {