UX: show the full mobile read-state indicator (#25678)

This commit is contained in:
Kris 2024-02-14 15:52:02 -05:00 committed by GitHub
parent bb261094cf
commit 52fb523bbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -387,12 +387,11 @@ span.highlighted {
// contained within the padding to prevent vertical overflow
max-width: var(--d-wrap-padding-h);
right: calc(var(--d-wrap-padding-h) * -1);
font-size: var(--font-down-2);
overflow: hidden;
margin-top: 0.15em;
font-size: var(--font-down-5);
margin-top: 0.45em;
svg {
right: calc(var(--d-wrap-padding-h) / 2.5 * -1);
right: 0.25em;
}
}