From 7003eb154db93e91a9767d79c4b8ee3a0c34a0bf Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 14:50:51 -0700 Subject: [PATCH] some tweaks to commit search bar on small screen --- static/gitweb-site.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index b9bd140..f62aae0 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -75,4 +75,14 @@ div.page_body { } } } + + div.search { + display: flex; + align-items: center; + gap: 3px; + + & > :last-child { + flex: 0 0 40px; + } + } } -- 1.8.3.1