From ef35e078329971f14c20b5652843fc04c839f554 Mon Sep 17 00:00:00 2001 From: diondiondion Date: Mon, 22 Jun 2026 11:17:10 +0200 Subject: [PATCH] Fix redundant indentation on Post reply indicator (#39554) --- app/javascript/mastodon/components/status.jsx | 2 +- app/javascript/styles/mastodon/components.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/components/status.jsx b/app/javascript/mastodon/components/status.jsx index 2f66f15405..a409f3fd59 100644 --- a/app/javascript/mastodon/components/status.jsx +++ b/app/javascript/mastodon/components/status.jsx @@ -591,7 +591,7 @@ class Status extends ImmutablePureComponent { return ( -
+
{!skipPrepend && prepend}
[data-popper-placement] { font-weight: 500; color: var(--color-text-secondary); - .status__wrapper-reply & { + .status__wrapper-reply.status__wrapper--in-thread & { --thread-margin: calc(46px + 8px); margin-inline-start: var(--thread-margin);