mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: add setting to fix wallpaper in search page mode
This commit is contained in:
@@ -59,6 +59,7 @@ onUnmounted(() => {
|
||||
pos="absolute left-0 top-0" w-full h-580px mb--580px bg="cover center" z-1
|
||||
:style="{
|
||||
backgroundImage: `url(${settings.searchPageWallpaper})`,
|
||||
backgroundAttachment: settings.searchPageModeWallpaperFixed ? 'fixed' : 'unset'
|
||||
}"
|
||||
/>
|
||||
<!-- background mask -->
|
||||
|
||||
Reference in New Issue
Block a user