fix: pixelly scaling
This commit is contained in:
parent
3205061633
commit
18a8865863
|
@ -42,6 +42,9 @@
|
|||
transition-property: transform;
|
||||
transition-duration: 0.125s;
|
||||
}
|
||||
.app .avocado-stage canvas {
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
.debug .ui {
|
||||
background-image: url(/debug.png);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user