From 9ce2510ac93b3a4286b9e4b66ad2223578d68b20 Mon Sep 17 00:00:00 2001 From: Jan Ole Peek Date: Sun, 3 May 2020 11:39:47 -0700 Subject: [PATCH] 1.6.2 --- css/lootsheetnpc5e.css | 10 ++++++++-- module.json | 2 +- template/npc-sheet.html | 8 ++++---- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/css/lootsheetnpc5e.css b/css/lootsheetnpc5e.css index 7541b3b6..eb7dd830 100644 --- a/css/lootsheetnpc5e.css +++ b/css/lootsheetnpc5e.css @@ -56,7 +56,13 @@ .loot-sheet-npc .gm-settings .sheet-type-info, .loot-sheet-npc .gm-settings .permission-info { color: #7a7971; - margin: 6px 0 6px 24px; + margin: 6px 6px 6px 24px; + display: none; +} + +.loot-sheet-npc .gm-settings .help { + color: #7a7971; + font-size: 13px; } .loot-sheet-npc .gm-settings .permission, @@ -115,7 +121,7 @@ section.sheet-content.content { } .loot-sheet-npc.sheet.actor .inventory-list .item-controls { - flex: 0 0 66px; + flex: 0 0 100px !important; display: flex; flex-direction: row; flex-wrap: wrap; diff --git a/module.json b/module.json index 53a92f95..49d3d365 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "lootsheetnpc5e", "title": "Loot Sheet NPC 5e", "description": "This module adds an additional NPC sheet which can be used for loot containers such as chests or shopkeepers.", - "version": "1.6.1", + "version": "1.6.2", "minimumCoreVersion": "0.5.5", "compatibleCoreVersion": "0.5.5", "author": "Jan Ole Peek (ChalkOne)", diff --git a/template/npc-sheet.html b/template/npc-sheet.html index 6d0c9d11..6f459c88 100644 --- a/template/npc-sheet.html +++ b/template/npc-sheet.html @@ -35,7 +35,8 @@

GM Settings

-

Type

+

Type

+
{{sheetTypeDescription}}

Type of sheet:

-
{{sheetTypeDescription}}
-

Permissions

-
Ensure players have selected a character via the Player Configuration (right-click player in bottom left) menu.
+

Permissions

+
Ensure players have selected a character via the Player Configuration (right-click player in bottom left) menu.
    {{#each actor.flags.loot.players as |player p|}}