File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
apps/postgres-new/components Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ export default function Chat() {
302
302
{ user ? (
303
303
< m . h3
304
304
layout
305
- className = "text-2xl font-light"
305
+ className = "text-2xl font-light text-center "
306
306
variants = { {
307
307
hidden : { opacity : 0 , y : 10 } ,
308
308
show : { opacity : 1 , y : 0 } ,
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ export default function Workspace({
115
115
visibility,
116
116
} }
117
117
>
118
- < div className = "w-full h-full flex flex-col lg:flex-row gap-8" >
118
+ < div className = "w-full h-full hidden lg: flex flex-col lg:flex-row gap-8" >
119
119
< IDE className = "flex-1 h-full p-3 sm:py-6 sm:pl-6" >
120
120
< Chat />
121
121
</ IDE >
@@ -125,6 +125,9 @@ export default function Workspace({
125
125
</ div >
126
126
) }
127
127
</ div >
128
+ < div className = "w-full h-full flex lg:hidden justify-center items-center p-6 text-center" >
129
+ Please connect from a laptop or desktop to use postgres.new.
130
+ </ div >
128
131
</ WorkspaceContext . Provider >
129
132
)
130
133
}
You can’t perform that action at this time.
0 commit comments