From 54630d1c3eec289df00f3068893aaff7c093a81c Mon Sep 17 00:00:00 2001 From: Jan Ole Peek Date: Wed, 31 Jan 2024 16:24:34 -0800 Subject: [PATCH] dnd5e 3 --- css/lootsheet-simple.css | 3 +-- module.json | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/css/lootsheet-simple.css b/css/lootsheet-simple.css index a7b2d69..6912b23 100644 --- a/css/lootsheet-simple.css +++ b/css/lootsheet-simple.css @@ -179,7 +179,6 @@ img.sheet-profile { .loot-sheet-npc.sheet.actor .inventory-filters .currency label { white-space: nowrap; - padding-bottom: 0; } .loot-sheet-npc.sheet.actor .inventory-filters .currency input { @@ -194,7 +193,7 @@ img.sheet-profile { .loot-sheet-npc.sheet.actor label.denomination { display: inline-block; padding-left: 24px; - padding-bottom: 10px; + padding-bottom: 6px; vertical-align: middle; } diff --git a/module.json b/module.json index 62cbd2b..e33c9b6 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "title": "Loot Sheet NPC 5e (Simple Version)", "description": "This module adds an additional NPC sheet which can be used for loot containers such as chests or shopkeepers.", - "version": "11.231.3", + "version": "11.300.1", "esmodules": [ "/lootsheet-simple.js" ], @@ -25,8 +25,8 @@ "type": "system", "compatibility": { "minimum": "2.2.2", - "verified": "2.3.1", - "maximum": "2.9.9" + "verified": "3.0.0", + "maximum": "3.1.9" } } ] @@ -43,8 +43,8 @@ } ], "compatibility": { - "minimum": "10", - "verified": "11.313", + "minimum": "11", + "verified": "11.315", "maximum": "11" } }