Skip to content

Commit

Permalink
Fix: 高さ調整
Browse files Browse the repository at this point in the history
  • Loading branch information
su-u committed Dec 16, 2023
1 parent 62813fd commit be076b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/image_generator/ImageGenerator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export const ImageGenerator: FC = () => {
style={{ width: 400 }}
options={PRESET_SIZE_OPTIONS}
onSelect={onSelectPreset}
listHeight={1024}
listHeight={512}
listItemHeight={12}
showSearch
/>
</FormRow>
Expand Down

1 comment on commit be076b7

@vercel
Copy link

@vercel vercel bot commented on be076b7 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tools-su-u-dev – ./

tools-su-u-dev-git-main-su-u.vercel.app
tools-su-u-dev.vercel.app
tools.su-u.dev
tools-su-u-dev-su-u.vercel.app

Please sign in to comment.