From 23ec5fe0d3b5399f2aa44ec31d6d47d4fcfbb19c Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 18 Mar 2024 23:29:23 -0600 Subject: [PATCH] Add a supplies incrementer in the left side-bar --- .../actor/char-sheet/pages/inventory.scss | 2 +- .../v2/partials/inventory/player.v2.pc.hbs | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/styles/sheets/actor/char-sheet/pages/inventory.scss b/styles/sheets/actor/char-sheet/pages/inventory.scss index f2e0f3b..3429e31 100644 --- a/styles/sheets/actor/char-sheet/pages/inventory.scss +++ b/styles/sheets/actor/char-sheet/pages/inventory.scss @@ -9,7 +9,7 @@ display: grid; gap: 16px; grid-template-columns: 1fr 2fr; - grid-template-rows: 1fr repeat(3, min-content); + grid-template-rows: 1fr repeat(4, min-content); height: 100%; color: white; diff --git a/templates/actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs b/templates/actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs index 12dccdc..ee4ed92 100644 --- a/templates/actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs +++ b/templates/actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs @@ -9,6 +9,38 @@ / {{computed.capacity.max}} +
+ + + + +