fix: resolve style issues on small screens

This commit is contained in:
Hakadao
2024-11-20 02:03:22 +08:00
parent 68b1bc163e
commit a230fe158a
2 changed files with 7 additions and 7 deletions

View File

@@ -266,7 +266,7 @@ provide<BewlyAppProvider>('BEWLY_APP', {
<main m-auto max-w="$bew-page-max-width">
<div
p="t-[calc(var(--bew-top-bar-height)+10px)]" m-auto
w="lg:[calc(100%-200px)] md:[calc(90%-60px)] [calc(100%-140px)]"
w="lg:[calc(100%-200px)] [calc(100%-150px)]"
>
<!-- control button group -->
<BackToTopOrRefreshButton