mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: add 'Enable glowing effect for the logo' setting
This commit is contained in:
@@ -10,7 +10,11 @@ import { settings } from '~/logic'
|
||||
w-full z-10
|
||||
m="t-20vh"
|
||||
>
|
||||
<Logo v-if="settings.searchPageShowLogo" :size="180" :color="settings.searchPageLogoColor === 'white' ? 'white' : 'var(--bew-theme-color)'" mb-12 z-1 />
|
||||
<Logo
|
||||
v-if="settings.searchPageShowLogo" :size="180" :color="settings.searchPageLogoColor === 'white' ? 'white' : 'var(--bew-theme-color)'"
|
||||
:glow="settings.searchPageLogoGlow"
|
||||
mb-12 z-1
|
||||
/>
|
||||
<SearchBar :darken-on-focus="settings.searchPageDarkenOnSearchFocus" :focused-character="settings.searchPageSearchBarFocusCharacter" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user