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/Import.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'frontend/src/pages/Import.tsx') diff --git a/frontend/src/pages/Import.tsx b/frontend/src/pages/Import.tsx index fe2501f..08976c7 100644 --- a/frontend/src/pages/Import.tsx +++ b/frontend/src/pages/Import.tsx @@ -92,8 +92,8 @@ const Import = () => { }; const JsonUploadCard = () => ( -
-
+
+
{

@@ -148,7 +148,7 @@ const Import = () => {

@@ -193,11 +193,11 @@ const Import = () => { {/* Main Content */} -
+
{/* Header */} -
-

Import Data

-

+

+

Import Data

+

Import your game scores and progress from various sources

@@ -224,10 +224,10 @@ const Import = () => { )} {/* Game Selection Card */} -
-
-

Select Game

-

+

+
+

Select Game

+

Choose the game you want to import data for

-- cgit v1.2.3