[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:
parent
81590f1c9c
commit
dc4d9d8f22
@ -1646,6 +1646,10 @@ body > [data-popper-placement] {
|
|||||||
top: 0;
|
top: 0;
|
||||||
inset-inline-start: 14px + ((46px - 2px) * 0.5);
|
inset-inline-start: 14px + ((46px - 2px) * 0.5);
|
||||||
|
|
||||||
|
.status__wrapper:has(> .status__prepend) &:not(&--full, &--first) {
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
&--full {
|
&--full {
|
||||||
top: 0;
|
top: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -1802,6 +1806,12 @@ body > [data-popper-placement] {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
|
|
||||||
|
.status__wrapper-reply & {
|
||||||
|
--thread-margin: calc(46px + 8px);
|
||||||
|
|
||||||
|
margin-inline-start: var(--thread-margin);
|
||||||
|
}
|
||||||
|
|
||||||
&__icon {
|
&__icon {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user