From 165caba564ded0224a7264fdddaf8af93aff944b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Guillois?= Date: Wed, 7 Jun 2023 12:24:33 +0200 Subject: [PATCH] 690*800 - v0.0.15 --- css/vermine2047.css | 7 ++++++- module/sheets/actor-sheet.mjs | 2 +- system.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/css/vermine2047.css b/css/vermine2047.css index 577c924..26d2d06 100644 --- a/css/vermine2047.css +++ b/css/vermine2047.css @@ -249,7 +249,12 @@ ul.unstyled li { /* ---------------------------------------- */ /* Actor Sheet */ /* ---------------------------------------- */ -.system-vermine2047 .sheet.actor { +.system-vermine2047 .sheet.actor .window-resizable-handle { + bottom:-30px; +} + +.system-vermine2047 .sheet.actor, +.system-vermine2047 .sheet.actor .window-content { min-width: 690px; min-height: 800px; } diff --git a/module/sheets/actor-sheet.mjs b/module/sheets/actor-sheet.mjs index 7d4d32b..0ac0866 100644 --- a/module/sheets/actor-sheet.mjs +++ b/module/sheets/actor-sheet.mjs @@ -11,7 +11,7 @@ export class VermineActorSheet extends ActorSheet { return mergeObject(super.defaultOptions, { classes: ["vermine2047", "sheet", "actor"], template: "systems/vermine2047/templates/actor/actor-sheet.html", - height: 820, + height: 800, width: 690, resizable: false, tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "features" }] diff --git a/system.json b/system.json index 6f0f31f..75bb2ee 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "vermine2047", "title": "Vermine 2047", "description": "The Vermine 2047 system for FoundryVTT!", - "version": "0.0.14", + "version": "0.0.15", "compatibility": { "minimum": 10, "verified": "10.287",