@@ -77,13 +77,14 @@ function UserPage(props: IUserPageProps): JSX.Element {
77
77
78
78
if ( data ?. me && data ?. user . id === data . me . id )
79
79
return (
80
- < MainLayout currentUrl = { router . pathname } isFooterVisible = { false } >
80
+ < MainLayout currentUrl = { router . pathname } isFooterVisible = { true } >
81
81
< tr >
82
82
< td >
83
83
< form className = "profileform" method = "post" action = "/xuser" >
84
84
< input type = "hidden" name = "id" value = "clintonwoo" />
85
85
< input type = "hidden" name = "hmac" value = "71104445c3c41b4167c38db67a656e610d5fbad9" />
86
- < table style = { { border : '0px' } } >
86
+ < br />
87
+ < table style = { { display : 'flex' , justifyContent :'center' , alignItems :'center' , border : '0px' } } >
87
88
< tbody >
88
89
< tr className = "athing" >
89
90
< td style = { { verticalAlign : 'top' } } > user:</ td >
@@ -249,7 +250,10 @@ function UserPage(props: IUserPageProps): JSX.Element {
249
250
</ tbody >
250
251
</ table >
251
252
< br />
252
- < input type = "submit" value = "update" />
253
+ < br />
254
+ < div style = { { display : 'flex' , justifyContent :'center' , alignItems :'center' } } >
255
+ < input type = "submit" value = "update" />
256
+ </ div >
253
257
</ form >
254
258
< br />
255
259
< br />
@@ -259,10 +263,11 @@ function UserPage(props: IUserPageProps): JSX.Element {
259
263
) ;
260
264
261
265
return (
262
- < MainLayout currentUrl = { router . pathname } isFooterVisible = { false } >
266
+ < MainLayout currentUrl = { router . pathname } isFooterVisible = { true } >
263
267
< tr >
264
268
< td >
265
- < table style = { { border : '0' } } >
269
+ < br />
270
+ < table style = { { display : 'flex' , justifyContent :'center' , alignItems :'center' , border : '0px' } } >
266
271
< tbody >
267
272
< tr className = "athing" >
268
273
< td style = { { verticalAlign : 'top' } } > user:</ td >
0 commit comments