From 4bff57624d9db2c2880614df3ff21a3ba1e9d7d0 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sun, 2 Nov 2025 17:19:15 +0100 Subject: html: add search form to project pages, +supporting css --- html/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css index 3488621..8e366ab 100644 --- a/html/style.css +++ b/html/style.css @@ -156,6 +156,22 @@ h1, h2 { } } } + + form { + #searchbar { + display: flex; + width: 100%; + + input[type="text"] { + flex-grow: 1; + margin-right: 5px; + } + } + .split5050 { + float: left; + margin-right: 15px; + } + } } .center-text { -- cgit