From 2a74ace48f82c5be91d98edfdb167d0b2e3ef57a Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Sun, 29 Jul 2018 15:15:00 +0000 Subject: [PATCH] Keep timestamps aligned when using a font with variable-width numbers This improves the layout of the timestamps when using the San Francisco font. --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index b28ad4c0..5f8a0436 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1190,6 +1190,7 @@ background on hover (unless active) */ color: var(--body-color-muted); padding-left: 10px; width: 55px; + font-variant-numeric: tabular-nums; } #chat.show-seconds .time {