fix all the shit i broke

This commit is contained in:
ntr
2019-09-16 20:49:46 +10:00
parent 0659e121df
commit f9d36fce63
3 changed files with 14 additions and 3 deletions
+8 -1
View File
@@ -197,12 +197,19 @@
}
.combat-anim {
max-width: 100%;
max-height: 100%;
height: 100%;
width: 100%;
display: flex;
flex-flow: column;
}
.combat-anim svg {
flex: 1
flex: 1;
// chrome shit
width: 100%;
height: 100%;
}
.game-construct.red-damage {