This commit is contained in:
2025-08-03 12:43:03 +02:00
parent ac9aa8c6c8
commit b2bdd60666
5 changed files with 15 additions and 3 deletions

View File

@@ -77,6 +77,9 @@
justify-content: space-around;
align-items: center;
}
.pokemon.sheet.characterSheet .lvlValue {
font-size: 25px;
}
.pokemon.sheet.characterSheet .expBox {
display: flex;
justify-content: flex-start;
@@ -94,6 +97,8 @@
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
padding-left: 5px;
padding-right: 5px;
}
.pokemon.sheet.characterSheet .sideBarBox {
visibility: hidden;