mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore(top-bar): adjust backdrop filter blur on TopBar component
This commit is contained in:
@@ -457,7 +457,7 @@ defineExpose({
|
||||
style="
|
||||
mask-image: linear-gradient(to bottom, black 20%, transparent);
|
||||
"
|
||||
:style="{ backdropFilter: settings.disableFrostedGlass ? 'none' : 'blur(4px)' }"
|
||||
:style="{ backdropFilter: settings.disableFrostedGlass ? 'none' : 'blur(12px)' }"
|
||||
pos="absolute top-0 left-0" w-full h-80px
|
||||
pointer-events-none transform-gpu
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user