mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 00:37:06 +08:00
UX: fix mobile read state alignment (#27323)
This commit is contained in:
parent
0b7563b804
commit
14f81490ec
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user