From cfd377e29c0fa6f10c4d6bf3f507de4ca2f0b10a Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 14 Aug 2025 15:44:50 -0500 Subject: Mobile Design looking decent --- frontend/src/components/Leaderboards.tsx | 2 +- frontend/src/components/Summary.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'frontend/src/components') diff --git a/frontend/src/components/Leaderboards.tsx b/frontend/src/components/Leaderboards.tsx index 99481a2..1de9b08 100644 --- a/frontend/src/components/Leaderboards.tsx +++ b/frontend/src/components/Leaderboards.tsx @@ -51,7 +51,7 @@ const Leaderboards: React.FC = ({ mapID }) => { } return ( -
+
{MessageDialogComponent}
= ({ return ( <> -
+
= ({
- Difficulty - {data.summary.routes[selectedRun].rating === 0 && N/A} + Difficulty + {data.summary.routes[selectedRun].rating === 0 && N/A} {data.summary.routes[selectedRun].rating === 1 && ( Very easy )} @@ -255,9 +255,9 @@ const Summary: React.FC = ({ ) : ( "" )} -

Route Description

+

Route Description

- + {data.summary.routes[selectedRun].description} -- cgit v1.2.3