diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-19 03:50:04 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-19 03:50:15 +0900 |
| commit | 293a88e35bff458df5dc42efd690b3edf154f661 (patch) | |
| tree | 68b9f41dbe1bb6f93104bd6ea5f4e1c701b513fb /frontend | |
| parent | ad372c7cce1d4847b84e96039fffe438a9739b39 (diff) | |
| download | iosdc-japan-2024-albatross-293a88e35bff458df5dc42efd690b3edf154f661.tar.gz iosdc-japan-2024-albatross-293a88e35bff458df5dc42efd690b3edf154f661.tar.zst iosdc-japan-2024-albatross-293a88e35bff458df5dc42efd690b3edf154f661.zip | |
feat(frontend): do not align problem to the bottom in watch page
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx index 2bc5d55..e8ac825 100644 --- a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx +++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx @@ -89,7 +89,7 @@ export default function GolfWatchAppGaming({ /> <div className="grow grid grid-cols-3 p-4 gap-4"> <CodeBlock code={playerInfoA.code ?? ""} language="swift" /> - <div className="flex flex-col gap-4 justify-between"> + <div className="flex flex-col gap-4"> <div className="grid grid-cols-2 gap-4"> <SubmitResult result={playerInfoA.submitResult} /> <SubmitResult result={playerInfoB.submitResult} /> |
