fixed application form sizing
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m12s
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m12s
This commit is contained in:
@@ -116,7 +116,7 @@ const finalPanel = ref<'app' | 'message'>('message');
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="mt-12 mb-20 flex w-full justify-center">
|
<div class="mt-12 mb-20 flex w-full max-w-6xl justify-center">
|
||||||
<div v-if="currentStep === 1" class="w-full max-w-2xl p-8">
|
<div v-if="currentStep === 1" class="w-full max-w-2xl p-8">
|
||||||
<h1 class="text-3xl sm:text-4xl font-bold mb-4 text-left">
|
<h1 class="text-3xl sm:text-4xl font-bold mb-4 text-left">
|
||||||
Create your account
|
Create your account
|
||||||
@@ -133,7 +133,7 @@ const finalPanel = ref<'app' | 'message'>('message');
|
|||||||
</div>
|
</div>
|
||||||
<Application v-else-if="currentStep === 2" @submit="userStore.loadUser()" :mode="'create'"></Application>
|
<Application v-else-if="currentStep === 2" @submit="userStore.loadUser()" :mode="'create'"></Application>
|
||||||
<Application v-else-if="currentStep === 3" :mode="'view-self'"></Application>
|
<Application v-else-if="currentStep === 3" :mode="'view-self'"></Application>
|
||||||
<div v-if="currentStep === 5" class="w-full max-w-4xl p-8 pt-0">
|
<div v-if="currentStep === 5" class="w-full p-8 pt-0">
|
||||||
<div class="mb-5">
|
<div class="mb-5">
|
||||||
<div class="flex w-min *:px-10 pt-2 border-b *:w-full *:text-center *:pb-1 *:cursor-pointer">
|
<div class="flex w-min *:px-10 pt-2 border-b *:w-full *:text-center *:pb-1 *:cursor-pointer">
|
||||||
<label :class="finalPanel === 'message' ? 'border-b-3 border-foreground' : 'mb-[2px]'"
|
<label :class="finalPanel === 'message' ? 'border-b-3 border-foreground' : 'mb-[2px]'"
|
||||||
|
|||||||
Reference in New Issue
Block a user