]> git.wh0rd.org - nano-editor.git/commitdiff
enable fixed table layout
authorMike Frysinger <vapier@gmail.com>
Mon, 10 Aug 2026 10:08:40 +0000 (15:53 +0545)
committerMike Frysinger <vapier@gmail.com>
Mon, 10 Aug 2026 10:08:40 +0000 (15:53 +0545)
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.

style.css

index cd59d15db87eb6642abdff02a224cb3e47862a86..43ee92ee2091531bcec1aea1776bfad39aa22771 100644 (file)
--- a/style.css
+++ b/style.css
@@ -62,6 +62,7 @@ a:active {
 table {
        border-spacing: 0px;
        border-collapse: separate;
+       table-layout: fixed;
 }
 
 table#homepage {