mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
message_time: Express font-size in em units.
This commit is contained in:
parent
ceb89a3dd8
commit
d9238cf784
@ -457,7 +457,8 @@
|
||||
line-height: var(--message-box-sender-line-height);
|
||||
grid-area: time;
|
||||
display: block;
|
||||
font-size: 13px;
|
||||
/* 13px at 14px/1em */
|
||||
font-size: 0.9286em;
|
||||
font-weight: 350;
|
||||
text-align: end;
|
||||
opacity: 0.8;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user