Skip to content

Commit 3359ce7

Browse files
authored
fix(ui): change file btn overflow (#10)
1 parent 8ef3c3e commit 3359ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pages/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function onFileChange(file?: File) {
5858
</p>
5959
</div>
6060
</InputFile>
61-
<div w-full inline-flex flex-row items-center>
61+
<div w-full inline-flex flex-1 flex-row items-center>
6262
<span min-w-30>
6363
<span pr-2 text-neutral-400>Ideal FPS</span>
6464
<span font-mono>{{ throttledFps.toFixed(0) }}hz</span>
@@ -71,7 +71,7 @@ async function onFileChange(file?: File) {
7171
w-full flex-1
7272
/>
7373
</div>
74-
<div w-full inline-flex flex-row items-center>
74+
<div w-full inline-flex flex-1 flex-row items-center>
7575
<span min-w-30>
7676
<span pr-2 text-neutral-400>Slice Size</span>
7777
</span>

0 commit comments

Comments
 (0)