Skip to content

Commit a5073cd

Browse files
committed
Fix mobile view
1 parent c8f22fe commit a5073cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<Toaster />
2525

2626
<div
27-
class="m-1 hidden flex-1 flex-col overflow-hidden rounded-lg border border-zinc-300 dark:border-zinc-800 lg:flex"
27+
class="m-1 flex flex-1 flex-col overflow-hidden rounded-lg border border-zinc-300 dark:border-zinc-800"
2828
>
2929
<div
3030
class="flex items-center rounded-t-lg border-b border-zinc-200 bg-zinc-100/60 backdrop-blur-xl dark:border-zinc-800 dark:bg-zinc-900/60"

0 commit comments

Comments
 (0)