File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
apps/dashboard/src/app/login Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,15 @@ export function LoginAndOnboardingPage(props: {
77
77
</ header >
78
78
</ div >
79
79
80
- < main className = "container z-10 flex grow flex-col items-center justify-center gap-6 py-12" >
81
- < ClientOnly ssr = { < LoadingCard /> } >
80
+ < main className = "container z-10 flex grow flex-col justify-center gap-6 py-12" >
81
+ < ClientOnly
82
+ ssr = {
83
+ < div className = "flex justify-center" >
84
+ < LoadingCard />
85
+ </ div >
86
+ }
87
+ className = "flex justify-center"
88
+ >
82
89
< PageContent
83
90
redirectPath = { props . redirectPath }
84
91
account = { props . account }
@@ -94,7 +101,7 @@ export function LoginAndOnboardingPage(props: {
94
101
/>
95
102
96
103
< Aurora
97
- color = "hsl(var(--foreground)/9 %)"
104
+ color = "hsl(var(--foreground)/7 %)"
98
105
pos = { { top : "55%" , left : "50%" } }
99
106
size = { { width : "1400px" , height : "1300px" } }
100
107
/>
@@ -104,7 +111,7 @@ export function LoginAndOnboardingPage(props: {
104
111
105
112
function LoadingCard ( ) {
106
113
return (
107
- < div className = "flex min-h-[450px ] w-full items-center justify-center rounded-xl border border-border bg-background shadow-lg lg:w-[500px ]" >
114
+ < div className = "flex min-h-[522px ] w-full items-center justify-center rounded-xl border border-border bg-background shadow-lg max-sm:max-w-[358px] lg:min-h-[568px] lg: w-[728px ]" >
108
115
< Spinner className = "size-10" />
109
116
</ div >
110
117
) ;
You can’t perform that action at this time.
0 commit comments