✨
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user