feat(top-bar): redesign top bar (#1159)

* feat: redesign top bar

* chore: update
This commit is contained in:
Hakadao
2024-12-02 00:32:04 +08:00
committed by GitHub
parent 67c561601d
commit 87ddf97ffd
3 changed files with 81 additions and 46 deletions

View File

@@ -191,7 +191,7 @@ function toggleTabContentLoading(loading: boolean) {
</Transition>
<header
pos="sticky top-[calc(var(--bew-top-bar-height)+10px)]" w-full z-9 mb-8 duration-300
pos="sticky top-[calc(var(--bew-top-bar-height)+10px)]" w-full z-9 mb-4 duration-300
ease-in-out flex="~ justify-between items-start gap-4"
:class="{ hide: shouldMoveTabsUp }"
>