Scale rendered graphics pixelated (for high DPI displays)

This commit is contained in:
Lesserkuma
2023-02-06 21:18:14 +01:00
parent 252ac853fa
commit 44b296017f

View File

@@ -251,3 +251,8 @@ noscript {
.map-note { margin-left: 0.5rem; }
.map-note span:first-child { font-size: 1.2rem; margin-right: 0.3rem; }
.map-note span:last-child { vertical-align: sub; }
#app canvas, #app img {
image-rendering: pixelated;
image-rendering: crisp-edges;
}