Skip to content

Commit

Permalink
UX: fix border around reply indicator (discourse#30343)
Browse files Browse the repository at this point in the history
On a narrow viewport on desktop, the margins above and below the "replying..." indicator were missing.

Internal - t/144612
  • Loading branch information
ZogStriP authored Dec 18, 2024
1 parent 5747b91 commit 770a478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/discourse-presence/assets/stylesheets/presence.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 770a478

Please sign in to comment.