From 70c18e25cf0833deb2bdcb1772625e5985ca85f7 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sun, 8 Jan 2023 13:17:05 +0100 Subject: [PATCH] made commandinput same width as commandline --- frontend/src/styles/commandline.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/commandline.scss b/frontend/src/styles/commandline.scss index 5bde1666a..d5966e10c 100644 --- a/frontend/src/styles/commandline.scss +++ b/frontend/src/styles/commandline.scss @@ -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);