This commit is contained in:
Nikolaj
2025-08-05 09:46:20 +02:00
parent 270c7cedca
commit 5311271d27
8 changed files with 25 additions and 12 deletions

View File

@@ -131,7 +131,7 @@
flex-direction: column;
align-items: center;
width: 200px;
height: 400px;
height: 500px;
border-right: #5e0000;
}
.pokemon.sheet.characterSheet .imgBox {
@@ -218,7 +218,7 @@
}
.pokemon.sheet.characterSheet .vertLine {
position: absolute;
height: 416px;
height: 490px;
float: left;
left: 216px;
bottom: 0px;
@@ -282,13 +282,14 @@
border: none;
padding: 0px 10px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
}
.pokemon.sheet.characterSheet .horLine {
width: 400px;
position: absolute;
right: 0px;
height: 5px;
bottom: 411px;
bottom: 511px;
background-color: #5e0000;
}
.pokemon.sheet.characterSheet nav {