logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 46562d53180c1e2316a8c234be52324e8b7e03f1
parent 4852f5b8338eed2d3d621d0df6aa1aa2b498a5f1
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 25 Mar 2024 16:30:21 +0200

fix unnecessary backdrop filter in timelines

Diffstat:

Msrc/components/timeline/timeline.scss1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss @@ -1,6 +1,7 @@ .Timeline { .timeline-body { background: none; + backdrop-filter: none; } .alert-badge {