From 770a478fcc670b38d5b9a6488aa46f7a00ce6846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Wed, 18 Dec 2024 18:34:39 +0100 Subject: [PATCH] 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 --- plugins/discourse-presence/assets/stylesheets/presence.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/discourse-presence/assets/stylesheets/presence.scss b/plugins/discourse-presence/assets/stylesheets/presence.scss index 266f2f319ed..83e6002ef47 100644 --- a/plugins/discourse-presence/assets/stylesheets/presence.scss +++ b/plugins/discourse-presence/assets/stylesheets/presence.scss @@ -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; }