From 6df78f254d98453520e8644996b917d673ee3978 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 23 Sep 2025 15:05:48 -0700 Subject: initial mobile CSS style --- frontend/src/pages/Score.tsx | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) (limited to 'frontend/src/pages/Score.tsx') diff --git a/frontend/src/pages/Score.tsx b/frontend/src/pages/Score.tsx index 0d18d7a..d842cb0 100644 --- a/frontend/src/pages/Score.tsx +++ b/frontend/src/pages/Score.tsx @@ -39,12 +39,12 @@ const Score = () => { const renderRequestFilterMenu = () => { const filterOptions = getFilterOptions(gameName); return ( -
+
{filterOptions.map((option) => (
{/* Filter Menu */} -
-
+
+
{renderRequestFilterMenu()}
@@ -219,13 +219,13 @@ const Score = () => { })()} {numPages > 1 && ( -
-
+
+
{[...Array(numPages)].map((_, i) => (
)} -

+

Displaying {scores.length} scores • Page {currentPage} of {numPages}

+ {viewMode === "table" && ( +

+ ← Swipe horizontally to see more → +

+ )}
); -- cgit v1.2.3