From aed80f3c0cd04664ab6d691a075f0b2893859580 Mon Sep 17 00:00:00 2001 From: yoshi Date: Thu, 8 May 2025 14:48:21 -0700 Subject: [PATCH] adjusted the layout --- src/components/PreviewPanel.jsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/PreviewPanel.jsx b/src/components/PreviewPanel.jsx index b5c0eb0..4302aa5 100644 --- a/src/components/PreviewPanel.jsx +++ b/src/components/PreviewPanel.jsx @@ -33,7 +33,7 @@ export default function PreviewPanel({ code }) { backgroundColor: '#d300c5', height: '6px', borderRadius: '3px 3px 0 0', - marginBottom: '0.5rem' + marginBottom: '0.2rem' }} />

{ setGameId(e.target.value.trim()); setSubmitted(false); }} style={{ width: '100%', + height: '2.5rem', textAlign: 'center', padding: '0.2rem', - marginBottom: '0.5rem', + marginBottom: '0.8rem', border: 'none', borderRadius: 4, background: 'transparent', @@ -105,7 +106,7 @@ export default function PreviewPanel({ code }) {