Skip to content

Commit ae16a24

Browse files
committed
fix(ui): squeezed inspect
Signed-off-by: Neko Ayaka <[email protected]>
1 parent be39646 commit ae16a24

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/components/Generate.vue

+5-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ onMounted(() => {
5858
<span text-right md:text-left>{{ framePerSecond.toFixed(2) }}</span>
5959
</div>
6060
</Collapsable>
61-
<div w-full flex flex-col items-center>
61+
<div
62+
w-full flex flex-col items-center
63+
max-h="[calc(100vh-250px)]"
64+
max-w="[calc(100vh-250px)]"
65+
>
6266
<div relative w-full>
6367
<div
6468
class="aspect-square [&>svg]:h-full [&>svg]:w-full"

0 commit comments

Comments
 (0)