File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ function now() {
319
319
</script >
320
320
321
321
<template >
322
- <div items-left flex flex-col gap4 >
322
+ <div items-left flex flex-col gap-4 >
323
323
<pre v-if =" error" overflow-x-auto text-red v-text =" error" />
324
324
325
325
<div w-full flex flex-wrap gap-2 >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div h-full w-full flex flex-col >
2
+ <div max-w = " full sm:250 " mx-auto h-full w-full flex flex-col >
3
3
<header flex flex-col gap-4 px-4 pb-4 pt-4 >
4
4
<nav flex items-center >
5
5
<div w-40 flex =" ~" items-center gap-2 text-4xl >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ async function onFileChange(file?: File) {
47
47
</script >
48
48
49
49
<template >
50
- <div px =" 4" flex =" ~ col" h-full w-full gap-4 py -2 >
50
+ <div px =" 4" flex =" ~ col" h-full w-full gap-4 pb-8 pt -2 >
51
51
<div flex =" ~ col sm:row" gap =" 6 sm:2" >
52
52
<InputFile @file =" onFileChange" >
53
53
<div text =" neutral-600 dark:neutral-400" min-w-46 flex justify-center px-4 py-2 >
@@ -73,7 +73,7 @@ async function onFileChange(file?: File) {
73
73
</div >
74
74
<div
75
75
v-if =" readPhase === ReadPhase.Ready && data"
76
- h-full w-full flex justify-center pb-8
76
+ h-full w-full flex justify-center
77
77
>
78
78
<Generate
79
79
:max-scans-per-second =" throttledFps"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const throttledFps = useDebounce(fps, 500)
5
5
</script >
6
6
7
7
<template >
8
- <div px-4 pt-4 space-y-4 >
8
+ <div px-4 pb-8 pt-2 space-y-4 >
9
9
<div w-full inline-flex flex-row items-center >
10
10
<span min-w-40 >
11
11
<span pr-2 text-zinc-400 >Ideal scans</span >
You can’t perform that action at this time.
0 commit comments