From 0a4aa6a7219fe566639cde25925d41795745a5ff Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 19 Jan 2026 02:36:50 +0100 Subject: [PATCH] Fix manga page background image styling In chromium browser there seems to be some layout issue depending on the available width. In that case, there is a small part of the image visible that is not behind the applied "backdrop filter". Which makes it look like a small bright vertical bar because it has the normal brightness of the image. --- src/features/manga/components/details/MangaDetails.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/features/manga/components/details/MangaDetails.tsx b/src/features/manga/components/details/MangaDetails.tsx index 4d18c777..544ec256 100644 --- a/src/features/manga/components/details/MangaDetails.tsx +++ b/src/features/manga/components/details/MangaDetails.tsx @@ -80,6 +80,7 @@ const TopContentWrapper = ({ {mangaThumbnailBackdrop && (