fix: remove skinHeader-blurred border-bottom causing visible line

This commit is contained in:
MiTHRAL 2026-05-01 03:03:03 -04:00
parent 14cc78f6e8
commit 168af16522

View file

@ -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 */