✨
This commit is contained in:
@@ -266,6 +266,7 @@
|
||||
|
||||
.hitPointBox {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.row {
|
||||
@@ -290,7 +291,7 @@
|
||||
-o-border-radius: 10px;
|
||||
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
margin: 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
@@ -299,26 +300,26 @@
|
||||
}
|
||||
|
||||
.charHPCurrent {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.charHPMax {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.charHexHead {
|
||||
.charHexValue {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.hpHead {
|
||||
.hpValue {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.hpMaxHead {
|
||||
.hpMaxValue {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user