modif template items

This commit is contained in:
rwanoux
2024-11-22 10:55:07 +01:00
parent 2a5c0a2445
commit c5c41a2920
8 changed files with 67 additions and 104 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export class VermineItemSheet extends ItemSheet {
return foundry.utils.mergeObject(super.defaultOptions, {
classes: ["vermine2047", "sheet", "item"],
width: 450,
height: "auto",
height: "max-content",
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }]
});
}