Fix visible grid around tiles

This commit is contained in:
Nekzuris
2024-12-11 02:30:38 +01:00
committed by GitHub
parent 04fd2ba6f4
commit b2c51929c6
2 changed files with 5 additions and 3 deletions

View File

@@ -4367,7 +4367,10 @@ img.tile {
opacity: 1;
transition: opacity 120ms linear;
}
.layer-background img.tile {
/* Fix visible grid around tiles borders on Chrome */
mix-blend-mode: plus-lighter;
}
img.tile-removing {
opacity: 0;
z-index: 1;