mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: Fix background image URL formatting in Home.vue
This commit is contained in:
@@ -145,7 +145,7 @@ function toggleTabContentLoading(loading: boolean) {
|
||||
pos="absolute left-0 top-0" w-full h-inherit bg="cover center" z-1
|
||||
pointer-events-none
|
||||
:style="{
|
||||
backgroundImage: `url(${getBewlyImage(settings.searchPageWallpaper)})`,
|
||||
backgroundImage: `url('${getBewlyImage(settings.searchPageWallpaper)}')`,
|
||||
backgroundAttachment: settings.searchPageModeWallpaperFixed ? 'fixed' : 'unset',
|
||||
}"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user