message_row: Allow moved/edit markers to scale.

This commit is contained in:
Karl Stolley 2024-08-30 12:14:35 -05:00 committed by Tim Abbott
parent 776a90d9ba
commit 35f84e5381
1 changed files with 2 additions and 1 deletions

View File

@ -779,7 +779,8 @@ of the base style defined for a read-only textarea in dark mode. */
}
.message_edit_notice {
font-size: 10px;
/* 10px at 14px/1em */
font-size: 0.7143em;
opacity: 0.5;
user-select: none;
white-space: nowrap;