Merge branch 'develop' of ssh://git.mnml.gg:40022/~/mnml into release/1.6.0

This commit is contained in:
ntr 2019-10-18 17:19:05 +11:00
commit ff48288ae2

View File

@ -132,10 +132,16 @@ aside {
flex: 0; flex: 0;
} }
.ready, .quit { .ready {
flex: 1; flex: 1;
font-size: 200%; font-size: 200%;
} }
.quit {
flex: 1;
font-size: 200%;
animation: co 0.75s cubic-bezier(0, 0, 1, 1) 0s infinite alternate;
}
} }
.abandon:not([disabled]) { .abandon:not([disabled]) {