Skip to content

Commit 6487be1

Browse files
committed
fix: list form width
1 parent 1d0795b commit 6487be1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/renderer/src/modules/discover/list-form.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ export const ListForm: Component<{
7474
<div
7575
className={cn(
7676
"flex h-full flex-col",
77-
asWidget ? "mx-auto min-h-[420px] w-full max-w-[550px]" : "px-[18px] pb-[18px] pt-12",
77+
asWidget
78+
? "mx-auto min-h-[420px] w-full max-w-[550px] lg:min-w-[550px]"
79+
: "px-[18px] pb-[18px] pt-12",
7880
)}
7981
>
8082
{!asWidget && (

0 commit comments

Comments
 (0)