Update spells structure + minor changes

This commit is contained in:
2022-11-17 13:18:32 +01:00
parent 2b00991e16
commit 0b3a82f4b7
15 changed files with 95 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ export class Avd12ItemSheet extends ItemSheet {
template: "systems/fvtt-avd12/templates/item-sheet.hbs",
dragDrop: [{ dragSelector: null, dropSelector: null }],
width: 620,
height: 550,
height: 'fit-content',
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }]
});
}