File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 16
16
<span i-carbon-download inline-block />
17
17
Receive
18
18
</NuxtLink >
19
-
20
- <a href =" https://github.com/qqrss/qrs" target =" _blank" op70 hover =" text-blue" duration-300 transition =" all ease-in-out" flex =" ~ items-center gap-1" >
21
- <span i-carbon:logo-github inline-block /><span >GitHub</span >
22
- </a >
23
19
</div >
24
20
</div >
25
21
<slot />
22
+ <div flex flex-col items-center px-4 py-2 >
23
+ <a href =" https://github.com/qqrss/qrs" target =" _blank" op70 hover =" text-blue" duration-300 transition =" all ease-in-out" flex =" ~ items-center gap-1" >
24
+ <span i-carbon:logo-github inline-block /><span >GitHub</span >
25
+ </a >
26
+ </div >
26
27
</main >
27
28
</template >
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ async function onFileChange(file?: File) {
82
82
</div >
83
83
<InputFile
84
84
v-else
85
- min-h =" [calc(100vh-250px )]" h-full w-full
85
+ min-h =" [calc(100vh-290px)] sm:[calc(100vh-240px )]" h-full w-full
86
86
text =" neutral-600 dark:neutral-400"
87
87
@file =" onFileChange"
88
88
/>
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 pt-4 space-y-4 min-h = " [calc(100vh-160px)] " >
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