[Glitch] Fix "private mention" post heading overlapping thread line

Port a951cf301166f212bc14b8220d8ed4b5b0655059 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion 2026-06-19 16:31:52 +02:00 committed by Claire
parent 81590f1c9c
commit dc4d9d8f22

View File

@ -1646,6 +1646,10 @@ body > [data-popper-placement] {
top: 0;
inset-inline-start: 14px + ((46px - 2px) * 0.5);
.status__wrapper:has(> .status__prepend) &:not(&--full, &--first) {
height: 50px;
}
&--full {
top: 0;
height: 100%;
@ -1802,6 +1806,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;