mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:17:36 +08:00
UX: fix border around reply indicator (#30343)
On a narrow viewport on desktop, the margins above and below the "replying..." indicator were missing. Internal - t/144612
This commit is contained in:
@ -97,7 +97,7 @@ body:has(.topic-navigation.with-topic-progress)
|
||||
}
|
||||
|
||||
.topic-navigation-bottom-outlet.presence {
|
||||
margin-right: auto;
|
||||
margin: var(--below-topic-margin) auto 0 0;
|
||||
min-height: 1.8em; // height of the avatars, prevents layout shift
|
||||
order: -1;
|
||||
display: flex;
|
||||
}
|
||||
|
Reference in New Issue
Block a user