We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef3c3e commit 3359ce7Copy full SHA for 3359ce7
app/pages/index.vue
@@ -58,7 +58,7 @@ async function onFileChange(file?: File) {
58
</p>
59
</div>
60
</InputFile>
61
- <div w-full inline-flex flex-row items-center>
+ <div w-full inline-flex flex-1 flex-row items-center>
62
<span min-w-30>
63
<span pr-2 text-neutral-400>Ideal FPS</span>
64
<span font-mono>{{ throttledFps.toFixed(0) }}hz</span>
@@ -71,7 +71,7 @@ async function onFileChange(file?: File) {
71
w-full flex-1
72
/>
73
74
75
76
<span pr-2 text-neutral-400>Slice Size</span>
77
</span>
0 commit comments