From 6991375afce4dabed9307337345e82ad0c2e7792 Mon Sep 17 00:00:00 2001 From: robert Date: Mon, 6 Jul 2026 22:13:31 -0400 Subject: [PATCH] Move Crit button inline with HP controls; fix death save button icon alignment Co-Authored-By: Claude Fable 5 --- src/App.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/App.js b/src/App.js index f871e2d..671f20d 100644 --- a/src/App.js +++ b/src/App.js @@ -1474,11 +1474,6 @@ function ParticipantManager({ encounter, encounterPath, campaignCharacters, camp /> HP: {p.currentHp}/{p.maxHp} - {hasDeathSaves && (participantStatus === 'dying' || participantStatus === 'stable') && encounter.isStarted && ( - - )} {participantStatus === 'dead' && ( @@ -1521,19 +1516,19 @@ function ParticipantManager({ encounter, encounterPath, campaignCharacters, camp ))}
- - - - -
@@ -1617,6 +1612,11 @@ function ParticipantManager({ encounter, encounterPath, campaignCharacters, camp
+ {hasDeathSaves && (participantStatus === 'dying' || participantStatus === 'stable') && encounter.isStarted && ( + + )} {encounter.isStarted && (