From 4cfcefe6c35be7b1630612effdd2e17f695c0f33 Mon Sep 17 00:00:00 2001 From: Lukas Date: Tue, 24 Mar 2026 23:41:18 +0100 Subject: [PATCH] Hide custom stat fields on mobile, fix action bar gap consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Init/AC/MaxHP inputs are hidden on phones — users set these values directly in the combatant row after adding. Fixes uneven spacing between action bar elements by using consistent gap-3. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/web/src/components/action-bar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/action-bar.tsx b/apps/web/src/components/action-bar.tsx index 7ea2beb..7f0e38d 100644 --- a/apps/web/src/components/action-bar.tsx +++ b/apps/web/src/components/action-bar.tsx @@ -522,7 +522,7 @@ export function ActionBar({
@@ -606,7 +606,7 @@ export function ActionBar({
{!browseMode && nameInput.length >= 2 && !hasSuggestions && ( -
+