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

@@ -261,7 +261,6 @@ provide<BewlyAppProvider>('BEWLY_APP', {
pos="absolute top-0 left-0" w-full h-full
:style="{
height: showBewlyPage ? '100dvh' : '0',
maskImage: isHomePage() ? 'linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) calc(var(--bew-top-bar-height) / 4), black var(--bew-top-bar-height), black)' : 'none',
}"
>
<template v-if="showBewlyPage">