690*800 - v0.0.15
This commit is contained in:
+6
-1
@@ -249,7 +249,12 @@ ul.unstyled li {
|
|||||||
/* ---------------------------------------- */
|
/* ---------------------------------------- */
|
||||||
/* Actor Sheet */
|
/* 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-width: 690px;
|
||||||
min-height: 800px;
|
min-height: 800px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export class VermineActorSheet extends ActorSheet {
|
|||||||
return mergeObject(super.defaultOptions, {
|
return mergeObject(super.defaultOptions, {
|
||||||
classes: ["vermine2047", "sheet", "actor"],
|
classes: ["vermine2047", "sheet", "actor"],
|
||||||
template: "systems/vermine2047/templates/actor/actor-sheet.html",
|
template: "systems/vermine2047/templates/actor/actor-sheet.html",
|
||||||
height: 820,
|
height: 800,
|
||||||
width: 690,
|
width: 690,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "features" }]
|
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "features" }]
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"id": "vermine2047",
|
"id": "vermine2047",
|
||||||
"title": "Vermine 2047",
|
"title": "Vermine 2047",
|
||||||
"description": "The Vermine 2047 system for FoundryVTT!",
|
"description": "The Vermine 2047 system for FoundryVTT!",
|
||||||
"version": "0.0.14",
|
"version": "0.0.15",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": 10,
|
"minimum": 10,
|
||||||
"verified": "10.287",
|
"verified": "10.287",
|
||||||
|
|||||||
Reference in New Issue
Block a user