Fix redundant indentation on Post reply indicator (#39554)

This commit is contained in:
diondiondion
2026-06-22 11:17:10 +02:00
committed by Claire
parent ec89e73f7b
commit ef35e07832
2 changed files with 2 additions and 2 deletions

View File

@@ -1742,7 +1742,7 @@ body > [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);