From: cassowary Date: Mon, 27 Jul 2026 23:41:16 +0000 (-0700) Subject: keep table columns same width X-Git-Url: https://git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=7f61f11d5ca809bb84a3906c66c9c3db876d51f8;p=gitweb-theme.git keep table columns same width --- diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 7a86073..07338cf 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -181,13 +181,13 @@ td.link { td:nth-child(1) { /* permissions */ - flex: 1 0 auto; + flex: 1 0 25%; order: 2; } td:nth-child(2) { /* size */ - flex: 1 0 auto; + flex: 1 0 25%; order: 3; } @@ -199,7 +199,7 @@ td.link { td:nth-child(4) { /* links */ - flex: 2 0 auto; + flex: 1 0 50%; text-align: right; order: 4; }