mishig HF staff commited on
Commit
4308466
1 Parent(s): 5d84515

Better positinong

Browse files
Files changed (1) hide show
  1. 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