Skip to content

Commit

Permalink
fix: list form width
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Dec 25, 2024
1 parent 1d0795b commit 6487be1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/renderer/src/modules/discover/list-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ export const ListForm: Component<{
<div
className={cn(
"flex h-full flex-col",
asWidget ? "mx-auto min-h-[420px] w-full max-w-[550px]" : "px-[18px] pb-[18px] pt-12",
asWidget
? "mx-auto min-h-[420px] w-full max-w-[550px] lg:min-w-[550px]"
: "px-[18px] pb-[18px] pt-12",
)}
>
{!asWidget && (
Expand Down

0 comments on commit 6487be1

Please sign in to comment.