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:
parent
927da2816a
commit
2a74ace48f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user