Fix spacing between CharacterUnit and PartyDetails
This commit is contained in:
parent
76a9411508
commit
7067db6f2c
1 changed files with 2 additions and 0 deletions
|
|
@ -2,7 +2,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: calc($unit / 2);
|
gap: calc($unit / 2);
|
||||||
|
min-height: 320px;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
|
margin-bottom: $unit * 4;
|
||||||
|
|
||||||
&.editable .CharacterImage:hover {
|
&.editable .CharacterImage:hover {
|
||||||
border: $hover-stroke;
|
border: $hover-stroke;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue