mirror of
https://github.com/funamitech/mastodon
synced 2024-12-01 08:18:53 +09:00
Fix collapsed posts background color
This commit is contained in:
parent
e7b49181af
commit
369e728536
@ -1557,10 +1557,7 @@ body > [data-popper-placement] {
|
||||
bottom: 0;
|
||||
inset-inline-start: 0;
|
||||
inset-inline-end: 0;
|
||||
background: linear-gradient(
|
||||
rgba($ui-base-color, 0),
|
||||
rgba($ui-base-color, 1)
|
||||
);
|
||||
background: linear-gradient(transparent, var(--background-color));
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user