From 168af1652217145f841ea0ec84ebb74be6544e27 Mon Sep 17 00:00:00 2001 From: MiTHRAL Date: Fri, 1 May 2026 03:03:03 -0400 Subject: [PATCH] fix: remove skinHeader-blurred border-bottom causing visible line --- themepo-elegantfin.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themepo-elegantfin.css b/themepo-elegantfin.css index 5856840..bca7258 100644 --- a/themepo-elegantfin.css +++ b/themepo-elegantfin.css @@ -151,9 +151,13 @@ body:has(#itemDetailPage) html::after, } /* Transparent header — blends into background */ -.skinHeader-withBackground { +.skinHeader-withBackground, +.skinHeader-blurred { background: transparent !important; + backdrop-filter: none !important; + -webkit-backdrop-filter: none !important; box-shadow: none !important; + border: none !important; } /* Glassmorphism for drawer only */