fix: firefox pixelly goodness

This commit is contained in:
cha0s 2019-04-20 03:55:21 -05:00
parent 887ed8d0ed
commit 53403395b0

View File

@ -43,6 +43,7 @@
transition-duration: 0.125s;
}
.app .avocado-stage canvas {
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
}
.debug .ui {