fix images that are too small from being rendered

This commit is contained in:
2026-06-30 12:51:50 -04:00
parent 8685cb4e6f
commit 16cf675e87
2 changed files with 2 additions and 4 deletions
+1
View File
@@ -178,6 +178,7 @@
top: calc(350px / 2);
width: var(--x-size);
height: var(--y-size);
image-rendering: pixelated;
}
#grab-area {