This commit is contained in:
parent
1ca08ee8b5
commit
c50e40f9ab
@ -44,11 +44,10 @@ onMounted(async () => {
|
||||
|
||||
<style>
|
||||
.body {
|
||||
padding-top: 10px;
|
||||
margin-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
.toastios {
|
||||
padding-top: 20px;
|
||||
padding-top: env(safe-area-inset-top);
|
||||
}
|
||||
</style>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="flex flex-col justify-center items-center px-2">
|
||||
<h1 class="font-bold text-3xl text-center m-10">Reddingsbrigade Waddinxveen</h1>
|
||||
<div class="flex flex-col justify-center h-screen items-center px-2 pb-20">
|
||||
<h1 class="font-bold text-3xl text-center mb-20">Reddingsbrigade Waddinxveen</h1>
|
||||
<div class="max-w-sm w-full">
|
||||
<form v-if="!creatingAccount" @submit.prevent="submitLoginForm" class="flex flex-col">
|
||||
<label class="font-bold">Email</label>
|
||||
|
@ -14,7 +14,7 @@ const router = useRouter()
|
||||
|
||||
<style>
|
||||
.topbar {
|
||||
padding-top: calc(env(safe-area-inset-bottom) + 20px);
|
||||
padding-top: calc(env(safe-area-inset-top) + 20px);
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
</style>
|
||||
|
@ -18,7 +18,6 @@
|
||||
<Icon class="ml-auto" size="2em" name="ion:arrow-forward"/>
|
||||
</NuxtLink>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user