From: Mike Frysinger Date: Mon, 10 Aug 2026 10:08:40 +0000 (+0545) Subject: enable fixed table layout X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=501103a5e7489dd17e76f2462c46e3f97627c43f;p=nano-editor.git enable fixed table layout This evenly distributes cells in tables regardless of their content which is what we want (almost?) all the time. It makes Who & News render better for sure, especially on smaller (mobile) devices. --- diff --git a/style.css b/style.css index cd59d15..43ee92e 100644 --- a/style.css +++ b/style.css @@ -62,6 +62,7 @@ a:active { table { border-spacing: 0px; border-collapse: separate; + table-layout: fixed; } table#homepage {