fixed application form sizing
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m12s

This commit is contained in:
2025-12-03 19:23:50 -05:00
parent 2de6b18135
commit 5a7b3ba2ab

View File

@@ -116,7 +116,7 @@ const finalPanel = ref<'app' | 'message'>('message');
</div>
<!-- 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">
<h1 class="text-3xl sm:text-4xl font-bold mb-4 text-left">
Create your account
@@ -133,7 +133,7 @@ const finalPanel = ref<'app' | 'message'>('message');
</div>
<Application v-else-if="currentStep === 2" @submit="userStore.loadUser()" :mode="'create'"></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="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]'"