From: cassowary Date: Mon, 27 Jul 2026 21:11:07 +0000 (-0700) Subject: more flex tables X-Git-Url: https://www.git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=544a3f0caf3a9928448928b83cc01b72bab1748d;p=gitweb-theme.git more flex tables --- diff --git a/static/gitweb-site.css b/static/gitweb-site.css index a92643e..9a0a523 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -25,6 +25,12 @@ html { height: 100%; } -table.project_list, table.heads, table.shortlog, table.diff_tree, div.page_body { +table.project_list, +table.heads, +table.shortlog, +table.diff_tree, +table.commit_search, +table.project_list, +div.page_body { flex: 1 0 auto; }