about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-08-08 12:24:35 +0000
committerAlyssa Ross <hi@alyssa.is>2021-08-08 17:30:30 +0000
commitdf72f74ad0630896724a524b7466f6cbec7df60c (patch)
tree7a1467e06f9ff4e3fd2125930c47173a6cdf6dd9 /sys
parent511f215488d597b04b7c1b5fe72eb2dc8c34f15f (diff)
downloadnixlib-df72f74ad0630896724a524b7466f6cbec7df60c.tar
nixlib-df72f74ad0630896724a524b7466f6cbec7df60c.tar.gz
nixlib-df72f74ad0630896724a524b7466f6cbec7df60c.tar.bz2
nixlib-df72f74ad0630896724a524b7466f6cbec7df60c.tar.lz
nixlib-df72f74ad0630896724a524b7466f6cbec7df60c.tar.xz
nixlib-df72f74ad0630896724a524b7466f6cbec7df60c.tar.zst
nixlib-df72f74ad0630896724a524b7466f6cbec7df60c.zip
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/atuin.nix3
1 files changed, 0 insertions, 3 deletions
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;