Fix "private mention" post heading overlapping thread line (#39521)

This commit is contained in:
diondiondion 2026-06-19 16:31:52 +02:00 committed by Claire
parent 052d6bb173
commit 7cb81e0887

View File

@ -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;