From: cassowary Date: Mon, 27 Jul 2026 21:50:51 +0000 (-0700) Subject: some tweaks to commit search bar on small screen X-Git-Url: https://git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=7003eb154db93e91a9767d79c4b8ee3a0c34a0bf;p=gitweb-theme.git some tweaks to commit search bar on small screen --- 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; + } + } }