diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 790b6584cc..016a5d7781 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1586,6 +1586,10 @@ body > [data-popper-placement] { top: 0; inset-inline-start: 16px + ((46px - 2px) * 0.5); + .status__wrapper:has(> .status__prepend) &:not(&--full, &--first) { + height: 50px; + } + &--full { top: 0; height: 100%; @@ -1738,6 +1742,12 @@ body > [data-popper-placement] { font-weight: 500; color: var(--color-text-secondary); + .status__wrapper-reply & { + --thread-margin: calc(46px + 8px); + + margin-inline-start: var(--thread-margin); + } + &__icon { display: flex; align-items: center;