Skip to content

Commit

Permalink
wider screen
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekg999 committed Oct 17, 2024
1 parent 2ea2425 commit 3087cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Home = () => {
</PopoverContent>
</Popover>
</div>
<div className="bg-gray-800 rounded-lg shadow-xl p-6 w-full max-w-md border border-gray-700">
<div className="bg-gray-800 rounded-lg shadow-xl p-6 w-full max-w-3xl border border-gray-700">
<h1 className="text-2xl font-bold text-gray-100 mb-4 text-center">Create One-Time Link</h1>
<textarea
className="w-full h-32 p-2 border border-gray-600 rounded-md focus:ring-2 focus:ring-purple-500 focus:border-transparent resize-none bg-gray-700 text-gray-100 disabled:opacity-50 disabled:cursor-not-allowed"
Expand Down
2 changes: 1 addition & 1 deletion src/components/View.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const View = ({ hash }: ViewProps) => {
};

return (
<div className="bg-gray-800 rounded-lg shadow-xl p-6 w-full max-w-md border border-gray-700">
<div className="bg-gray-800 rounded-lg shadow-xl p-6 w-full max-w-3xl border border-gray-700">
{!isViewing ? (
<div className="text-center flex flex-col">
<p className="text-gray-300 mb-4">
Expand Down

0 comments on commit 3087cc0

Please sign in to comment.