Keep timestamps aligned when using a font with variable-width numbers

This improves the layout of the timestamps when using the San Francisco font.
This commit is contained in:
Ivan Kozik 2018-07-29 15:15:00 +00:00
parent 927da2816a
commit 2a74ace48f

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 {