1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-01-03 10:31:54 +01:00

Do not blur image of faked canvas.

This commit is contained in:
kkapsner 2017-11-19 18:09:20 +01:00
parent e4728cbb26
commit 094915a128

View File

@ -71,6 +71,7 @@ button.action img {
display: block; display: block;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
image-rendering: -moz-crisp-edges;
} }
.notifications { .notifications {