feat: automatically hide the dock

This commit is contained in:
Hakadao
2023-11-26 19:46:50 +08:00
parent d88bd87907
commit 5ef0abe3ae
5 changed files with 56 additions and 18 deletions

View File

@@ -253,6 +253,7 @@ provide('scrollbarRef', scrollbarRef)
<div
ref="mainAppRef" class="bewly-wrapper" text="$bew-text-1" transition="opacity duration-300" overflow-y-hidden z-60
pos="absolute top-0 left-0" w-full h-full overflow-hidden
:style="{ opacity: 1, height: isHomePage() ? '100vh' : '0' }"
>
<!-- Dock & RightSideButtons -->