From 31582c1f506b8862a8a6a2b68021de17c49d8982 Mon Sep 17 00:00:00 2001 From: Yureka Date: Wed, 15 Nov 2023 15:32:19 +0100 Subject: [PATCH] frontend: don't wrap search bar unnecessarily --- frontend/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/static/style.css b/frontend/static/style.css index c3ce87a..7523816 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -41,6 +41,7 @@ body { } #input input#input-field { flex-grow: 1; + width: 0; /* wtf? */ } #input>* {