From 321b7c2da339b1d0e5523fb39161dcf484600782 Mon Sep 17 00:00:00 2001 From: WBHarry <89362246+WBHarry@users.noreply.github.com> Date: Sun, 9 Nov 2025 13:51:32 +0100 Subject: [PATCH] [Fix] Resource Input Alignment (#1251) * Removed padding * Fixed it the better way --- templates/sheets/actors/adversary/sidebar.hbs | 16 ++++++++-------- templates/sheets/actors/character/sidebar.hbs | 16 ++++++++-------- templates/sheets/actors/companion/header.hbs | 6 +++--- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/templates/sheets/actors/adversary/sidebar.hbs b/templates/sheets/actors/adversary/sidebar.hbs index fbfa62a3..0909c969 100644 --- a/templates/sheets/actors/adversary/sidebar.hbs +++ b/templates/sheets/actors/adversary/sidebar.hbs @@ -8,10 +8,10 @@
-

-

/

-

{{source.system.resources.hitPoints.max}}

+ + / + {{source.system.resources.hitPoints.max}}
@@ -22,10 +22,10 @@
-

-

/

-

{{source.system.resources.stress.max}}

+ + / + {{source.system.resources.stress.max}}
diff --git a/templates/sheets/actors/character/sidebar.hbs b/templates/sheets/actors/character/sidebar.hbs index 77f323de..9ad2f0d3 100644 --- a/templates/sheets/actors/character/sidebar.hbs +++ b/templates/sheets/actors/character/sidebar.hbs @@ -19,10 +19,10 @@
-

-

/

-

{{document.system.resources.hitPoints.max}}

+ + / + {{document.system.resources.hitPoints.max}}
-

-

/

-

{{document.system.resources.stress.max}}

+ + / + {{document.system.resources.stress.max}}
-

-

/

-

{{document.system.resources.stress.max}}

+ + / + {{document.system.resources.stress.max}}