Skip to content

Commit 00ad597

Browse files
committed
fix(stage-tamagotchi): settings layout padding incorrect
1 parent 82aeca4 commit 00ad597

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/stage-tamagotchi/src/renderer/layouts/settings.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,14 @@ onMounted(() => updateThemeColor())
145145
paddingLeft: 'env(safe-area-inset-left, 0px)',
146146
}"
147147
>
148-
<div relative h-full w-full pb-4 top="44px">
148+
<div relative h-full w-full top="60px">
149149
<!-- Content -->
150-
<div flex="~ col" mx-auto max-w-screen-xl h="[calc(100dvh-44px-16px)]">
150+
<div flex="~ col" mx-auto max-w-screen-xl h="[calc(100dvh-60px)]">
151151
<PageHeader
152152
:title="routeHeaderMetadata?.title"
153153
:subtitle="routeHeaderMetadata?.subtitle"
154154
:disable-back-button="route.path === '/settings'"
155-
top="44px!" px-4
155+
top="60px!" px-4
156156
/>
157157
<div h-full px-4>
158158
<RouterView />

0 commit comments

Comments
 (0)