Merge pull request #160 from pranshugupta54/patch-2
Responsive URL input
This commit is contained in:
commit
273aa12920
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user