diff --git a/styles/less/sheets/actors/character/inventory.less b/styles/less/sheets/actors/character/inventory.less
index af61b73e..eac1065d 100644
--- a/styles/less/sheets/actors/character/inventory.less
+++ b/styles/less/sheets/actors/character/inventory.less
@@ -65,6 +65,7 @@
.currency-section {
display: flex;
gap: 10px;
+ padding: 10px 10px 0;
input {
color: light-dark(@dark, @beige);
diff --git a/templates/sheets/actors/character/inventory.hbs b/templates/sheets/actors/character/inventory.hbs
index 9610d8e2..24f7836f 100644
--- a/templates/sheets/actors/character/inventory.hbs
+++ b/templates/sheets/actors/character/inventory.hbs
@@ -12,6 +12,30 @@
+
+
+ {{localize this.inventory.currency.coins}}
+ {{formInput systemFields.gold.fields.coins value=source.system.gold.coins enriched=source.system.gold.coins
+ localize=true toggled=true}}
+
+
+ {{localize this.inventory.currency.handfulls}}
+ {{formInput systemFields.gold.fields.handfulls value=source.system.gold.handfulls
+ enriched=source.system.gold.handfulls localize=true toggled=true}}
+
+
+ {{localize this.inventory.currency.bags}}
+ {{formInput systemFields.gold.fields.bags value=source.system.gold.bags enriched=source.system.gold.bags
+ localize=true toggled=true}}
+
+
+ {{localize this.inventory.currency.chests}}
+ {{formInput systemFields.gold.fields.chests value=source.system.gold.chests
+ enriched=source.system.gold.chests localize=true toggled=true}}
+
+
+
+
{{> 'daggerheart.inventory-items'
title='TYPES.Item.weapon'
@@ -44,28 +68,4 @@
canCreate=true
}}
-
-
-
- {{localize this.inventory.currency.coins}}
- {{formInput systemFields.gold.fields.coins value=source.system.gold.coins enriched=source.system.gold.coins
- localize=true toggled=true}}
-
-
- {{localize this.inventory.currency.handfulls}}
- {{formInput systemFields.gold.fields.handfulls value=source.system.gold.handfulls
- enriched=source.system.gold.handfulls localize=true toggled=true}}
-
-
- {{localize this.inventory.currency.bags}}
- {{formInput systemFields.gold.fields.bags value=source.system.gold.bags enriched=source.system.gold.bags
- localize=true toggled=true}}
-
-
- {{localize this.inventory.currency.chests}}
- {{formInput systemFields.gold.fields.chests value=source.system.gold.chests
- enriched=source.system.gold.chests localize=true toggled=true}}
-
-
-
\ No newline at end of file