1
0
forked from noxious/client

Styling fixes

This commit is contained in:
2024-10-18 23:08:01 +02:00
parent fe804037d0
commit 68222ab511
2 changed files with 6 additions and 3 deletions

View File

@ -134,4 +134,7 @@ canvas {
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
position: fixed;
left: 0;
top: 0;
}