feat(settings): auto hide sidebar

This commit is contained in:
Hakadao
2024-09-09 02:19:28 +08:00
parent 67f39378c3
commit 5bdcbb719e
9 changed files with 135 additions and 22 deletions

View File

@@ -321,7 +321,7 @@ provide<BewlyAppProvider>('BEWLY_APP', {
@refresh="handleThrottledPageRefresh"
@back-to-top="handleThrottledBackToTop"
/>
<RightSideButtons
<SideBar
v-else
pointer-events-auto
@settings-visibility-change="toggleSettings"