mirror of
https://github.com/orangeglo/gbnp.git
synced 2026-08-22 16:44:02 -05:00
Scale rendered graphics pixelated (for high DPI displays)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user