diff --git a/inventory/templates/testing.html b/inventory/templates/testing.html
index 3134152..fab20b9 100644
--- a/inventory/templates/testing.html
+++ b/inventory/templates/testing.html
@@ -8,10 +8,10 @@
#grid {
background-image:
- linear-gradient(to right, #ccc 1px, transparent 1px),
- linear-gradient(to bottom, #ccc 1px, transparent 1px);
+ linear-gradient(to right, #ccc 1px, transparent 1px),
+ linear-gradient(to bottom, #ccc 1px, transparent 1px);
background-size: var(--grid) var(--grid);
- cursor: none;
+ cursor: crosshair;
height: 80vh;
width: 100%;
height: calc(round(nearest, 80vh, var(--grid)) + 1px);
@@ -65,272 +65,334 @@
-