UX: fix mobile read state alignment (#27323)

This commit is contained in:
Kris 2024-06-04 09:40:41 -04:00 committed by GitHub
parent 0b7563b804
commit 14f81490ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -491,10 +491,9 @@ span.highlighted {
max-width: var(--d-wrap-padding-h);
right: calc(var(--d-wrap-padding-h) * -1);
font-size: var(--font-down-5);
margin-top: 0.45em;
svg {
right: 0.25em;
right: -0.25em;
}
}