Remove to chat button

This commit is contained in:
2022-11-19 19:22:16 +01:00
parent f3bd84c5c9
commit 30e316d34e
3 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,7 @@ export class BoLRoll {
/* -------------------------------------------- */
static options() {
return { classes: ["bol", "dialog"], width: 480, height: 540 };
return { classes: ["bol", "dialog"], width: 480, height: 'fit-content' };
}
/* -------------------------------------------- */