Merge pull request #160 from pranshugupta54/patch-2

Responsive URL input
This commit is contained in:
Abi Raja 2023-12-03 19:53:35 -05:00 committed by GitHub
commit 273aa12920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ export function UrlInputSection({ doCreate, screenshotOneApiKey }: Props) {
} }
return ( return (
<div className="w-[400px] gap-y-2 flex flex-col"> <div className="max-w-[90%] min-w-[40%] gap-y-2 flex flex-col">
<div className="text-gray-500 text-sm">Or screenshot a URL...</div> <div className="text-gray-500 text-sm">Or screenshot a URL...</div>
<Input <Input
placeholder="Enter URL" placeholder="Enter URL"