unlock game construct size

This commit is contained in:
Mashy 2019-11-07 17:44:27 +10:00
parent 1498c6677d
commit 4cbeab19df

View File

@ -35,6 +35,14 @@
position: absolute;
bottom: 0;
height: 50%;
.avatar {
z-index: 1;
position: absolute;
top: 0;
height: 100%;
width: 100%;
}
}
.opponent {
@ -53,6 +61,13 @@
"right"
"left";
.avatar {
position: absolute;
top: 3em;
height: 100%;
width: 100%;
}
.right {
height: 100%;
display: grid;
@ -60,7 +75,7 @@
grid-template-areas:
"stats"
"name"
"avatar";
"avatar"
}
.effects {
@ -130,6 +145,7 @@
margin-bottom: 0.25em;
text-align: center;
grid-area: name;
z-index: 2;
span {
background-color: black;
}