chore: tweak styles

This commit is contained in:
Hakadao
2024-12-14 17:27:55 +08:00
parent 3588bbd0c5
commit e0bd5d1569
2 changed files with 2 additions and 2 deletions

View File

@@ -321,7 +321,7 @@ provide<BewlyAppProvider>('BEWLY_APP', {
<OverlayScrollbarsComponent ref="scrollbarRef" element="div" h-inherit defer @os-scroll="handleOsScroll">
<main m-auto max-w="$bew-page-max-width">
<div
p="t-[calc(var(--bew-top-bar-height)+10px)]" m-auto
p="t-[calc(var(--bew-top-bar-height)+20px)]" m-auto
w="lg:[calc(100%-200px)] [calc(100%-150px)]"
>
<!-- control button group -->

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-4 duration-300
pos="sticky top-[calc(var(--bew-top-bar-height)+20px)]" w-full z-9 mb-4 duration-300
ease-in-out flex="~ justify-between items-start gap-4"
:class="{ hide: shouldMoveTabsUp }"
>