Better positinong
Browse files- src/routes/+page.svelte +2 -2
src/routes/+page.svelte
CHANGED
@@ -197,8 +197,8 @@
|
|
197 |
</svelte:head>
|
198 |
|
199 |
<div class="flex flex-wrap gap-x-8 justify-center mt-8">
|
200 |
-
<div class={isLoading ? 'pointer-events-none' : ''}>
|
201 |
-
<div id="board-container" bind:this={containerEl}
|
202 |
<div class="flex gap-x-2 mt-4 items-center justify-center {isLoading ? 'animate-pulse' : ''}">
|
203 |
<input type="text" class="border-2 " placeholder="Add prompt" bind:value={txt} />
|
204 |
<button
|
|
|
197 |
</svelte:head>
|
198 |
|
199 |
<div class="flex flex-wrap gap-x-8 justify-center mt-8">
|
200 |
+
<div class="flex flex-col items-center {isLoading ? 'pointer-events-none' : ''}">
|
201 |
+
<div id="board-container" bind:this={containerEl}/>
|
202 |
<div class="flex gap-x-2 mt-4 items-center justify-center {isLoading ? 'animate-pulse' : ''}">
|
203 |
<input type="text" class="border-2 " placeholder="Add prompt" bind:value={txt} />
|
204 |
<button
|