Merge pull request #2683 from ivan/tabular-nums

Keep timestamps aligned when using a font with variable-width numbers
This commit is contained in:
Jérémie Astori 2018-08-14 00:08:47 -04:00 committed by GitHub
commit 70a3aefd2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {