style: adjusted styling on Settings

This commit is contained in:
Hakadao
2023-07-06 02:32:24 +08:00
parent ae887e2ca8
commit 50fcf4514b
2 changed files with 4 additions and 4 deletions

View File

@@ -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"