diff --git a/app/javascript/flavours/glitch/components/status.jsx b/app/javascript/flavours/glitch/components/status.jsx index 3798f8b389..40497384a5 100644 --- a/app/javascript/flavours/glitch/components/status.jsx +++ b/app/javascript/flavours/glitch/components/status.jsx @@ -727,7 +727,7 @@ class Status extends ImmutablePureComponent { return (
[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);