From 7f61f11d5ca809bb84a3906c66c9c3db876d51f8 Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 16:41:16 -0700 Subject: [PATCH] keep table columns same width --- static/gitweb-site.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; } -- 1.8.3.1