Merge pull request #2683 from ivan/tabular-nums
Keep timestamps aligned when using a font with variable-width numbers
This commit is contained in:
commit
70a3aefd2f
@ -1190,6 +1190,7 @@ background on hover (unless active) */
|
|||||||
color: var(--body-color-muted);
|
color: var(--body-color-muted);
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
width: 55px;
|
width: 55px;
|
||||||
|
font-variant-numeric: tabular-nums;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat.show-seconds .time {
|
#chat.show-seconds .time {
|
||||||
|
Loading…
Reference in New Issue
Block a user