This commit is contained in:
2025-08-03 13:58:48 +02:00
parent fbcf44cae2
commit b18286ac5a
6 changed files with 21 additions and 22 deletions

View File

@@ -18,6 +18,7 @@
height: 100px;
display: flex;
justify-content: flex-start;
border-bottom: #5e0000;
}
.pokemon.sheet.characterSheet .charInfo {
width: 500px;
@@ -122,6 +123,7 @@
flex-direction: column;
align-items: center;
width: 200px;
border-right: #5e0000;
}
.pokemon.sheet.characterSheet .imgBox {
height: 165px;
@@ -138,13 +140,17 @@
border-top: 40px solid #b0b0b0;
border-left: 40px solid #c00d0d;
height: 0;
float: left;
left: 20px;
position: absolute;
bottom: 0;
left: 0;
}
.pokemon.sheet.characterSheet .charImg {
height: 95px;
width: 174px;
max-height: 95px;
max-width: 174px;
height: auto;
width: auto;
margin-top: 20px;
margin-bottom: 9px;
background-color: #fff;