From b2a898d2c62fccd3ffb2a11da8d3d6af3d8da775 Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 14:54:22 -0700 Subject: [PATCH] flexbox change to the search bar here --- static/gitweb-site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index f62aae0..13f3148 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -81,6 +81,10 @@ div.page_body { align-items: center; gap: 3px; + & > * { + flex: 0 1 auto; + } + & > :last-child { flex: 0 0 40px; } -- 1.8.3.1