Customization of the character sheet header

- Use of flexboxes
- New division of the components
- Logo changed
This commit is contained in:
Ender
2024-01-05 18:48:54 +01:00
parent ea65e6fddd
commit 168f4c362d
14 changed files with 180 additions and 133 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default class M5CharacterSheet extends ActorSheet {
static get defaultOptions() {
return mergeObject(super.defaultOptions, {
template: "systems/midgard5/templates/sheets/character/main.hbs",
width: 1200,
width: 1000,
height: 800,
classes: ["midgard5", "sheet", "character"],
tabs: [{ navSelector: ".sheet-navigation", contentSelector: ".sheet-content", initial: "base_values" }],