From: cassowary Date: Mon, 27 Jul 2026 21:56:38 +0000 (-0700) Subject: allow input to shrink on smaller screens X-Git-Url: https://www.git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=4ff5379ecbc3c77c9856a0582928f77cbd6a6bc2;p=gitweb-theme.git allow input to shrink on smaller screens --- diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 13f3148..6ea8161 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -43,6 +43,8 @@ div.page_body { & > * { flex: 0 0 auto; } } + input { min-width: 0 } + table.shortlog { tr { display: flex;