mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
style: adjust mask style
This commit is contained in:
@@ -132,7 +132,7 @@ function handleKeyDown() {
|
||||
/> -->
|
||||
<Transition name="mask">
|
||||
<div
|
||||
v-if="isFocus" pos="fixed top-0 left-0" w-full h-full bg="black opacity-40"
|
||||
v-if="isFocus" pos="fixed top-0 left-0" w-full h-full bg="black opacity-60"
|
||||
@click="isFocus = false"
|
||||
/>
|
||||
</Transition>
|
||||
|
||||
@@ -7,10 +7,10 @@ import { settings } from '~/logic'
|
||||
flex="~ col"
|
||||
justify-center
|
||||
items-center
|
||||
w-full
|
||||
w-full z-10
|
||||
m="t-20vh"
|
||||
>
|
||||
<Logo v-if="settings.searchPageShowLogo" :size="180" mb-12 :color="settings.searchPageLogoColor === 'white' ? 'white' : 'var(--bew-theme-color)'" />
|
||||
<Logo v-if="settings.searchPageShowLogo" :size="180" :color="settings.searchPageLogoColor === 'white' ? 'white' : 'var(--bew-theme-color)'" mb-12 z-1 />
|
||||
<SearchBar />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user