This commit is contained in:
2025-08-04 14:48:47 +02:00
parent 2d49c12888
commit 6e99ce2e30
5 changed files with 4 additions and 6 deletions

View File

@@ -545,7 +545,7 @@
margin-left: 50px;
}
.moveDescription {
textarea {
font-family: VT323;
width: 620px;
height: 520px;

View File

@@ -93,9 +93,7 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
console.log("Switching to "+tabs.active);
this.tab = tabs.active;
context.system.tab = tabs.active;
console.log(context.system.tab);
console.log(this.sheetContext);
console.log(this.sheetContext.system.tab);
this.submit();
}
}

View File

@@ -461,7 +461,7 @@
margin-top: 25px;
margin-left: 50px;
}
.pokemon.sheet.characterSheet .moveDescription {
.pokemon.sheet.characterSheet textarea {
font-family: VT323;
width: 620px;
height: 520px;

View File

@@ -1,5 +1,5 @@
{
"version": "0.0.55",
"version": "0.0.56",
"id": "pokemon",
"title": "Pokémon TTRPG",
"description": "A Pokémon TTRPG",

Binary file not shown.