diff --git a/assets/icons/backgrounds/bg1.webp b/assets/icons/backgrounds/bg1.webp index 84144d2..a911203 100644 Binary files a/assets/icons/backgrounds/bg1.webp and b/assets/icons/backgrounds/bg1.webp differ diff --git a/assets/icons/backgrounds/bg2.webp b/assets/icons/backgrounds/bg2.webp deleted file mode 100644 index ce83f34..0000000 Binary files a/assets/icons/backgrounds/bg2.webp and /dev/null differ diff --git a/assets/icons/backgrounds/bg3.webp b/assets/icons/backgrounds/bg3.webp deleted file mode 100644 index 52497e6..0000000 Binary files a/assets/icons/backgrounds/bg3.webp and /dev/null differ diff --git a/assets/icons/backgrounds/bg4.webp b/assets/icons/backgrounds/bg4.webp deleted file mode 100644 index 2cad1e7..0000000 Binary files a/assets/icons/backgrounds/bg4.webp and /dev/null differ diff --git a/assets/icons/backgrounds/bg5.webp b/assets/icons/backgrounds/bg5.webp deleted file mode 100644 index 72dec5d..0000000 Binary files a/assets/icons/backgrounds/bg5.webp and /dev/null differ diff --git a/source/style/Character-sheet.less b/source/style/Character-sheet.less index 5c9fef3..273651d 100644 --- a/source/style/Character-sheet.less +++ b/source/style/Character-sheet.less @@ -36,7 +36,7 @@ .flexpart { gap: 0; padding: 0; - margin: 10px; + margin: 5px; background-color: beige; border: 2px solid black; } diff --git a/templates/sheets/character/gear.hbs b/templates/sheets/character/gear.hbs index 361bd6d..5b10da2 100644 --- a/templates/sheets/character/gear.hbs +++ b/templates/sheets/character/gear.hbs @@ -23,7 +23,10 @@
-
{{localize "TYPES.Item.item"}}
+
+ + {{localize "TYPES.Item.item"}} +
@@ -39,6 +42,7 @@ {{#each data.calc.gear.items as |item itemId|}} + {{#unless item.containerId}} + {{/unless}} {{/each}}
{{item.label}} @@ -61,6 +65,7 @@ {{#if item.rollExist}}{{/if}}
@@ -83,7 +88,6 @@ - {{#each data.calc.gear.containers as |item itemId|}} @@ -123,7 +127,6 @@ - {{#each ../data.calc.gear.items as |item itemId|}} {{#if (eq item.containerId containerId)}}