From 5fe305711469d7c7146b1e45f1a5fd7ee02ed67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 27 Aug 2020 20:47:58 +0200 Subject: Add search field. --- static/style.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index 3f92f8fc..9cc8916e 100644 --- a/static/style.scss +++ b/static/style.scss @@ -165,6 +165,14 @@ html, body { } } +.simplesearch { + display: flex; + + input[type=text] { + flex-grow: 1; + } +} + /* Eventlist ---------------------------------------- The sidebar with all the events -- cgit v1.2.3