Skip to content

Commit 640e463

Browse files
committed
feat(mobile): padding on database lock message
1 parent 539791c commit 640e463

File tree

1 file changed

+1
-1
lines changed
  • apps/postgres-new/app/(main)/db/[id]

1 file changed

+1
-1
lines changed

apps/postgres-new/app/(main)/db/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function Page({ params }: { params: { id: string } }) {
3535
return (
3636
<div className="relative h-full w-full">
3737
<NewDatabasePage />
38-
<div className="absolute inset-0 bg-background/70 backdrop-blur-sm flex items-center justify-center">
38+
<div className="absolute inset-0 bg-background/70 backdrop-blur-sm flex items-center justify-center m-4">
3939
<p>
4040
This database is already open in another tab or window.
4141
<br />

0 commit comments

Comments
 (0)