mishig HF staff commited on
Commit
059224a
1 Parent(s): efbeafb

Upload img visible on desktop too

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +5 -5
src/routes/+page.svelte CHANGED
@@ -351,11 +351,8 @@
351
  diffuse the f rest
352
  </button>
353
  </div>
354
- <p class="hidden desktop:inline mt-2 opacity-50">
355
- pro tip: upload img by dropping on the canvas
356
- </p>
357
- <div class="mt-2">
358
- <label class="inline desktop:hidden border py-1 px-1.5 bg-slate-200 cursor-pointer">
359
  <input
360
  accept="image/*"
361
  bind:this={fileInput}
@@ -365,6 +362,9 @@
365
  />
366
  upload img
367
  </label>
 
 
 
368
  </div>
369
  </div>
370
  </div>
351
  diffuse the f rest
352
  </button>
353
  </div>
354
+ <div class="mt-4">
355
+ <label class="inline border py-1 px-1.5 bg-slate-200 cursor-pointer">
 
 
 
356
  <input
357
  accept="image/*"
358
  bind:this={fileInput}
362
  />
363
  upload img
364
  </label>
365
+ <p class="hidden desktop:inline mt-2 opacity-50">
366
+ pro tip: upload img by dropping on the canvas
367
+ </p>
368
  </div>
369
  </div>
370
  </div>