✨
This commit is contained in:
@@ -226,6 +226,7 @@
|
||||
}
|
||||
.pokemon.sheet.characterSheet .row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .charHex {
|
||||
width: 65px;
|
||||
@@ -354,6 +355,9 @@
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
justify-items: space-evenly;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
margin-top: 25px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .categorySelectBox {
|
||||
display: flex;
|
||||
@@ -361,3 +365,6 @@
|
||||
align-items: flex-start;
|
||||
justify-items: space-evenly;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .statHex {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user