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

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