Update sheets and assets

This commit is contained in:
2022-11-17 22:35:30 +01:00
parent 1d5e4f89b2
commit 22a096538d
6 changed files with 13 additions and 6 deletions

View File

@ -5,7 +5,7 @@ export class HawkmoonRollDialog extends Dialog {
/* -------------------------------------------- */
static async create(actor, rollData ) {
let options = { classes: ["HawkmoonDialog"], width: 340, height: 420, 'z-index': 99999 };
let options = { classes: ["HawkmoonDialog"], width: 340, height: 'fit-content', 'z-index': 99999 };
let html = await renderTemplate('systems/fvtt-hawkmoon-cyd/templates/roll-dialog-generic.html', rollData);
return new HawkmoonRollDialog(actor, rollData, html, options );