Adds item-sheet CSS class to item sheets.
This commit is contained in:
Michael Stein
2023-04-19 01:33:04 +02:00
parent f91c64f91f
commit ae3381b3d1
13 changed files with 41 additions and 25 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ export class M5ItemSheet extends ItemSheet {
static get defaultOptions() {
return mergeObject(super.defaultOptions, {
width: 420,
height: 240,
width: 640,
height: 480,
classes: ["midgard5", "sheet", "item"]
})
}