mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-01 09:14:27 +08:00
made commandinput same width as commandline
This commit is contained in:
parent
4a99138458
commit
70c18e25cf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue