From df72f74ad0630896724a524b7466f6cbec7df60c Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 8 Aug 2021 12:24:35 +0000 Subject: sys/atuin: fix cgit "log plain blame" layout As I recall, this was added to ensure that these links were always right aligned. But since I recently applied the patch to improve cgit's HTML, the 0 width has forced each word in the column onto its own line, which makes each table row huge. So as a quick fix, remove this. I don't really mind the column not being shrunk to fit. --- sys/atuin.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys') diff --git a/sys/atuin.nix b/sys/atuin.nix index edf015471bb0..862ddbe45b22 100644 --- a/sys/atuin.nix +++ b/sys/atuin.nix @@ -95,9 +95,6 @@ let div#cgit table.list tr.nohover-highlight:hover:nth-child(even) { background: inherit; } - div#cgit table.list td:last-child { - width: 0; - } div#cgit div.footer { font-size: 1em; margin-top: 0; -- cgit 1.4.1