diff --git a/rpg-docs/client/views/character/inventory/inventory.css b/rpg-docs/client/views/character/inventory/inventory.css index cf635cd0..323e74ce 100644 --- a/rpg-docs/client/views/character/inventory/inventory.css +++ b/rpg-docs/client/views/character/inventory/inventory.css @@ -21,6 +21,7 @@ .equipmentTop { margin: -16px -16px 0 -16px; padding: 16px; + border-bottom: rgba(0,0,0,0.12) solid 1px; } .containerMain { @@ -36,6 +37,7 @@ .inventoryItem { background: white; transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1); + height: 40px; margin: 1px 0 1px 0; } diff --git a/rpg-docs/client/views/character/inventory/inventory.html b/rpg-docs/client/views/character/inventory/inventory.html index b1e4ed47..cd262882 100644 --- a/rpg-docs/client/views/character/inventory/inventory.html +++ b/rpg-docs/client/views/character/inventory/inventory.html @@ -3,7 +3,7 @@
-
+
Equipment
(net Worth)
(weightCarried)lbs
@@ -12,7 +12,7 @@ {{#if armor}} {{#with armor}}
- + {{name}}
@@ -20,7 +20,7 @@ {{/if}} {{#each equipment}}
- + {{name}}
@@ -37,7 +37,7 @@
{{#each items ../_id _id}}
- + {{#if ne1 quantity}}{{quantity}} {{/if}}{{pluralName}}