mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore(TopBar): adjust frosted glass effect
This commit is contained in:
@@ -388,8 +388,8 @@ defineExpose({
|
||||
v-if="mask"
|
||||
style="
|
||||
mask-image: linear-gradient(to bottom, black 50%, transparent);
|
||||
backdrop-filter: var(--bew-filter-glass-1);
|
||||
"
|
||||
:style="{ backdropFilter: settings.disableFrostedGlass ? 'none' : 'blur(10px)' }"
|
||||
pos="absolute top-0 left-0" w-full h-80px
|
||||
pointer-events-none transform-gpu
|
||||
/>
|
||||
@@ -397,7 +397,7 @@ defineExpose({
|
||||
<div
|
||||
v-if="mask"
|
||||
pos="absolute top-0 left-0" w-full h-80px
|
||||
pointer-events-none opacity-70
|
||||
pointer-events-none
|
||||
:style="{
|
||||
background: `linear-gradient(to bottom, ${(
|
||||
settings.wallpaper
|
||||
|
||||
Reference in New Issue
Block a user