weapon sheet

This commit is contained in:
rwanoux
2024-05-14 12:39:58 +02:00
parent f43477a286
commit a970e9335c
4 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export class VermineItemSheet extends ItemSheet {
static get defaultOptions() {
return mergeObject(super.defaultOptions, {
classes: ["vermine2047", "sheet", "item"],
width: 520,
width: "fit-content",
height: "auto",
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }]
});