aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/modals/JsonUploadModal.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-09-23 15:05:48 -0700
committerPinapelz <yukais@pinapelz.com>2025-09-23 15:05:48 -0700
commit6df78f254d98453520e8644996b917d673ee3978 (patch)
tree9e2ed1a8cea6bbab145191e8f40b5b2c59b6c51c /frontend/src/components/modals/JsonUploadModal.tsx
parentabca372d8ef3d9ab0154c3706d88e0c3772bacc3 (diff)
initial mobile CSS style
Diffstat (limited to 'frontend/src/components/modals/JsonUploadModal.tsx')
-rw-r--r--frontend/src/components/modals/JsonUploadModal.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/modals/JsonUploadModal.tsx b/frontend/src/components/modals/JsonUploadModal.tsx
index 7d8f838..3bb2b9b 100644
--- a/frontend/src/components/modals/JsonUploadModal.tsx
+++ b/frontend/src/components/modals/JsonUploadModal.tsx
@@ -77,7 +77,7 @@ const JsonUploadModal = ({ isOpen, onClose, onUpload, game }: JsonUploadModalPro
/>
{/* Modal */}
- <div className="flex min-h-full items-center justify-center p-4">
+ <div className="flex min-h-full items-center justify-center p-4 sm:p-6">
<div className="relative bg-slate-900 rounded-lg border border-slate-700 w-full max-w-md p-6 shadow-xl">
{/* Header */}
<div className="mb-6">
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage