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:
parent
5747b910e6
commit
770a478fcc
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue