made commandinput same width as commandline

This commit is contained in:
Miodec 2023-01-08 13:17:05 +01:00
parent 4a99138458
commit 70c18e25cf

View file

@ -14,7 +14,7 @@
transition: background 0.125s;
#commandInput {
max-width: 700px;
max-width: 600px;
width: 100%;
background: var(--bg-color);
border-radius: var(--roundness);