This commit is contained in:
Nikolaj
2025-08-05 09:59:43 +02:00
parent 5311271d27
commit 38e52a3371
4 changed files with 8 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
float: left; float: left;
width: 100%; width: 100%;
height: 110px; height: 110px;
// margin-bottom: 10px;
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
@@ -252,7 +253,7 @@
.vertLine { .vertLine {
position: absolute; position: absolute;
height: 490px; height: 470px;
float: left; float: left;
left: 216px; left: 216px;
bottom: 0px; bottom: 0px;
@@ -272,6 +273,7 @@
.row { .row {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center;
} }
.charHex { .charHex {
@@ -338,7 +340,7 @@
position: absolute; position: absolute;
right: 0px; right: 0px;
height: 5px; height: 5px;
bottom: 511px; bottom: 496px;
background-color: #5e0000; background-color: #5e0000;
} }

View File

@@ -218,7 +218,7 @@
} }
.pokemon.sheet.characterSheet .vertLine { .pokemon.sheet.characterSheet .vertLine {
position: absolute; position: absolute;
height: 490px; height: 470px;
float: left; float: left;
left: 216px; left: 216px;
bottom: 0px; bottom: 0px;
@@ -235,6 +235,7 @@
.pokemon.sheet.characterSheet .row { .pokemon.sheet.characterSheet .row {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center;
} }
.pokemon.sheet.characterSheet .charHex { .pokemon.sheet.characterSheet .charHex {
width: 65px; width: 65px;
@@ -289,7 +290,7 @@
position: absolute; position: absolute;
right: 0px; right: 0px;
height: 5px; height: 5px;
bottom: 511px; bottom: 496px;
background-color: #5e0000; background-color: #5e0000;
} }
.pokemon.sheet.characterSheet nav { .pokemon.sheet.characterSheet nav {

View File

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

Binary file not shown.