mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
style: adjusted styling on Settings
This commit is contained in:
@@ -171,7 +171,7 @@ function setAppAppearance() {
|
||||
:style="{ backdropFilter: `blur(${settings.wallpaperBlurIntensity}px)` }"
|
||||
/>
|
||||
<div ref="mainAppRef" text="$bew-text-1" transition="opacity duration-300" h-100vh overflow-y-scroll>
|
||||
<div m-auto max-w="$bew-page-max-width" :style="{ opacity: showSettings ? 0.6 : 1 }">
|
||||
<div m-auto max-w="$bew-page-max-width" :style="{ opacity: showSettings ? 0.2 : 1 }">
|
||||
<Transition name="topbar">
|
||||
<Topbar
|
||||
v-show="settings.isShowTopbar"
|
||||
|
||||
Reference in New Issue
Block a user