Remove to chat button

This commit is contained in:
sladecraven 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' };
}
/* -------------------------------------------- */

View File

@ -14,7 +14,7 @@
],
"url": "https://www.uberwald.me/gitea/public/bol",
"license": "LICENSE.txt",
"version": "10.3.0",
"version": "10.3.1",
"compatibility": {
"minimum": "10",
"verified": "10.287"
@ -193,7 +193,7 @@
],
"socket": true,
"manifest": "https://www.uberwald.me/gitea/public/bol/raw/v10/system.json",
"download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v10.3.0.zip",
"download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v10.3.1.zip",
"background": "systems/images/map_lemurie.webp",
"gridDistance": 1.5,
"gridUnits": "m",

View File

@ -34,7 +34,6 @@
{{/if}}
</div>
<div class="item-field flex1 right">
<a class="item-control item-log" title="Log Item"><i class="far fa-comment"></i></a>
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
</div>
</li>