Fix collapsed posts background color
This commit is contained in:
parent
e7b49181af
commit
369e728536
1 changed files with 1 additions and 4 deletions
|
@ -1557,10 +1557,7 @@ body > [data-popper-placement] {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
inset-inline-start: 0;
|
inset-inline-start: 0;
|
||||||
inset-inline-end: 0;
|
inset-inline-end: 0;
|
||||||
background: linear-gradient(
|
background: linear-gradient(transparent, var(--background-color));
|
||||||
rgba($ui-base-color, 0),
|
|
||||||
rgba($ui-base-color, 1)
|
|
||||||
);
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue