From 0a270a59072b119c36c99217ad0db44d1085c6b8 Mon Sep 17 00:00:00 2001 From: LC mac Date: Sat, 14 Feb 2026 23:19:35 +0800 Subject: [PATCH] change to mobile layout, reduce spacing --- src/App.tsx | 2 +- src/components/DiceEntropy.tsx | 6 +- src/components/RandomOrgEntropy.tsx | 6 +- src/components/SeedBlender.tsx | 131 ++++++++++++++++++++++------ 4 files changed, 111 insertions(+), 34 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 3cb78a7..4daecf0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -661,7 +661,7 @@ function App() { onResetAll={handleResetAll} />
-
+
{/* Error Display */} {error && ( diff --git a/src/components/DiceEntropy.tsx b/src/components/DiceEntropy.tsx index 8af58f2..05fa7b8 100644 --- a/src/components/DiceEntropy.tsx +++ b/src/components/DiceEntropy.tsx @@ -154,20 +154,20 @@ const DiceEntropy: React.FC = ({ {/* INPUT FORM - Show only when stats are NOT shown */} {!stats && !processing && ( <> -
+

Dice Roll Entropy

Instructions:

  • Roll a 6-sided die at least 99 times
  • Enter each result (1-6) in order
  • -
  • No spaces needed (e.g., 163452...)
  • +
  • Spaces are ignored (e.g., 163452...)
  • Pattern validation enabled
-