fix: remove skinHeader-blurred border-bottom causing visible line
This commit is contained in:
parent
14cc78f6e8
commit
168af16522
1 changed files with 5 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue