Disable tile image smoothing on Firefox

This commit is contained in:
James Lyne 2021-08-27 01:58:27 +01:00
parent 959db53b11
commit 8e381d5b90

View File

@ -267,7 +267,9 @@ input {
}
}
#app .map .tile img, img {
//noinspection CssOverwrittenProperties
img {
image-rendering: crisp-edges; //Firefox
image-rendering: pixelated;
}