Skip to content

Commit

Permalink
change upload section hight
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Jul 24, 2024
1 parent c9a226c commit a2e477f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropzone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function UploadFile() {
);

return (
<section className={db ? "" : "h-full"}>
<section className={db ? "" : "h-full md:h-[300px]"}>
{renderDropzoneContent(Boolean(db))}
<div>
{/* {file && <FileData file={file} />} */}
Expand Down

0 comments on commit a2e477f

Please sign in to comment.