message_time: Express font-size in em units.

This commit is contained in:
Karl Stolley 2024-06-18 10:13:07 -04:00 committed by Tim Abbott
parent ceb89a3dd8
commit d9238cf784

View File

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