We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82aeca4 commit 00ad597Copy full SHA for 00ad597
apps/stage-tamagotchi/src/renderer/layouts/settings.vue
@@ -145,14 +145,14 @@ onMounted(() => updateThemeColor())
145
paddingLeft: 'env(safe-area-inset-left, 0px)',
146
}"
147
>
148
- <div relative h-full w-full pb-4 top="44px">
+ <div relative h-full w-full top="60px">
149
<!-- Content -->
150
- <div flex="~ col" mx-auto max-w-screen-xl h="[calc(100dvh-44px-16px)]">
+ <div flex="~ col" mx-auto max-w-screen-xl h="[calc(100dvh-60px)]">
151
<PageHeader
152
:title="routeHeaderMetadata?.title"
153
:subtitle="routeHeaderMetadata?.subtitle"
154
:disable-back-button="route.path === '/settings'"
155
- top="44px!" px-4
+ top="60px!" px-4
156
/>
157
<div h-full px-4>
158
<RouterView />
0 commit comments