Disable tile image smoothing on Firefox
This commit is contained in:
parent
959db53b11
commit
8e381d5b90
@ -267,7 +267,9 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
#app .map .tile img, img {
|
||||
//noinspection CssOverwrittenProperties
|
||||
img {
|
||||
image-rendering: crisp-edges; //Firefox
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user