Skip to content

Commit

Permalink
dnd5e 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jopeek committed Feb 1, 2024
1 parent c657fdc commit 54630d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions css/lootsheet-simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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;
}

Expand Down
10 changes: 5 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
@@ -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"
],
Expand All @@ -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"
}
}
]
Expand All @@ -43,8 +43,8 @@
}
],
"compatibility": {
"minimum": "10",
"verified": "11.313",
"minimum": "11",
"verified": "11.315",
"maximum": "11"
}
}

0 comments on commit 54630d1

Please sign in to comment.