Skip to content

Commit

Permalink
fix grid lines between tiles also in minimap
Browse files Browse the repository at this point in the history
see #10594
  • Loading branch information
tyrasd committed Jan 22, 2025
1 parent e123ec9 commit 98d29e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -4382,12 +4382,13 @@ img.tile {
or (-webkit-device-pixel-ratio = 3) or (-webkit-device-pixel-ratio = 3.25) or (-webkit-device-pixel-ratio = 3.5) or (-webkit-device-pixel-ratio = 3.75)
or (-webkit-device-pixel-ratio = 4) or (-webkit-device-pixel-ratio = 4.25) or (-webkit-device-pixel-ratio = 4.5) or (-webkit-device-pixel-ratio = 4.75)
or (-webkit-device-pixel-ratio = 5) or (-webkit-device-pixel-ratio = 0.25) or (-webkit-device-pixel-ratio = 0.5) or (-webkit-device-pixel-ratio = 0.75) {
.layer-background img.tile {
.layer-background img.tile,
.map-in-map-background img.tile {
mix-blend-mode: plus-lighter;
}
}

.layer-background img.tile-removing {
img.tile-removing {
opacity: 0;
z-index: 1;
mix-blend-mode: normal;
Expand Down

0 comments on commit 98d29e9

Please sign in to comment.