diff options
Diffstat (limited to 'frontend/src/pages/Profile.tsx')
| -rw-r--r-- | frontend/src/pages/Profile.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx index f7134a7..00d8f4e 100644 --- a/frontend/src/pages/Profile.tsx +++ b/frontend/src/pages/Profile.tsx | |||
| @@ -108,7 +108,7 @@ const Profile: React.FC<ProfileProps> = ({ profile, token, gameData, onDeleteRec | |||
| 108 | }; | 108 | }; |
| 109 | 109 | ||
| 110 | return ( | 110 | return ( |
| 111 | <div> | 111 | <div style={{position: "absolute", width: "calc(100% - 50px)", left: "350px"}}> |
| 112 | {MessageDialogComponent} | 112 | {MessageDialogComponent} |
| 113 | {MessageDialogLoadComponent} | 113 | {MessageDialogLoadComponent} |
| 114 | {ConfirmDialogComponent} | 114 | {ConfirmDialogComponent} |