refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2024-11-12 23:00:47 -08:00
parent 94a0bf90ce
commit 57550cbf56
2 changed files with 5 additions and 5 deletions

View File

@ -300,7 +300,7 @@
{#if !edit || model} {#if !edit || model}
<form <form
class="flex flex-col md:flex-row mx-auto gap-3 md:gap-6" class="flex flex-col md:flex-row w-full gap-3 md:gap-6"
on:submit|preventDefault={() => { on:submit|preventDefault={() => {
submitHandler(); submitHandler();
}} }}
@ -356,7 +356,7 @@
</div> </div>
</div> </div>
<div> <div class="w-full">
<div class="mt-2 my-2 flex flex-col"> <div class="mt-2 my-2 flex flex-col">
<div class="flex-1"> <div class="flex-1">
<div> <div>

View File

@ -60,7 +60,7 @@
<div class="w-full max-h-full flex justify-center"> <div class="w-full max-h-full flex justify-center">
<form <form
class="flex flex-col max-w-4xl mx-auto mb-10 py-4" class="flex flex-col w-full mb-10"
on:submit|preventDefault={() => { on:submit|preventDefault={() => {
submitHandler(); submitHandler();
}} }}
@ -137,9 +137,9 @@
<div class="my-4 flex justify-end pb-20"> <div class="my-4 flex justify-end pb-20">
<button <button
class=" text-sm px-3 py-2 transition rounded-lg {loading class=" text-sm w-full lg:w-fit px-4 py-2 transition rounded-lg {loading
? ' cursor-not-allowed bg-white hover:bg-gray-100 text-black' ? ' cursor-not-allowed bg-white hover:bg-gray-100 text-black'
: ' bg-white hover:bg-gray-100 text-black'} flex w-full justify-center" : ' bg-white hover:bg-gray-100 text-black'} flex justify-center"
type="submit" type="submit"
disabled={loading} disabled={loading}
> >