From 53ed9ba60a9a116f3481b0908d0550f2405e36c0 Mon Sep 17 00:00:00 2001 From: binarycat Date: Mon, 11 Nov 2024 13:29:53 -0600 Subject: [PATCH] display stat numbers as monospace this allows you to reliably compare the magnitude of numbers just by looking at their width. --- templates/user/stats.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/user/stats.tmpl b/templates/user/stats.tmpl index b7f3322..918908b 100644 --- a/templates/user/stats.tmpl +++ b/templates/user/stats.tmpl @@ -9,6 +9,7 @@ td + td { } td.num { text-align: right; + font-family: Hack,consolas,Menlo-Regular,Menlo,Monaco,'ubuntu mono',monospace,monospace; } table.classy.export a { text-transform: inherit; } td.none {