diff --git a/src/contentScripts/views/Home/Home.vue b/src/contentScripts/views/Home/Home.vue index c11a281b..43cd7459 100644 --- a/src/contentScripts/views/Home/Home.vue +++ b/src/contentScripts/views/Home/Home.vue @@ -91,7 +91,7 @@ onUnmounted(() => { pointer-events-none :style="{ backgroundImage: `url(${settings.searchPageWallpaper})`, - backgroundAttachment: settings.searchPageModeWallpaperFixed ? 'fixed' : 'unset' + backgroundAttachment: settings.searchPageModeWallpaperFixed ? 'fixed' : 'unset', }" /> @@ -142,7 +142,7 @@ onUnmounted(() => { pos="sticky top-80px" w-fit z-10 mb-9 duration-300 ease-in-out :class="{ hide: shouldMoveTabsUp }" > -