change to mobile layout, reduce spacing

This commit is contained in:
LC mac
2026-02-14 23:19:35 +08:00
parent 3bcb343fe3
commit 0a270a5907
4 changed files with 111 additions and 34 deletions

View File

@@ -661,7 +661,7 @@ function App() {
onResetAll={handleResetAll}
/>
<main className="w-full px-4 py-3">
<div className="bg-[#1a1a2e] rounded-xl border-2 border-[#00f0ff]/30 shadow-[0_0_30px_rgba(0,240,255,0.3)] p-8">
<div className="bg-[#1a1a2e] rounded-xl border-2 border-[#00f0ff]/30 shadow-[0_0_30px_rgba(0,240,255,0.3)] p-0">
<div className="p-6 md:p-8 space-y-6">
{/* Error Display */}
{error && (