From: cassowary Date: Mon, 27 Jul 2026 21:54:22 +0000 (-0700) Subject: flexbox change to the search bar here X-Git-Url: https://git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=b2a898d2c62fccd3ffb2a11da8d3d6af3d8da775;p=gitweb-theme.git flexbox change to the search bar here --- 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; }