From d207f1da2c8a6f95be25119c41f8660f25029c88 Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Fri, 5 Dec 2025 09:29:50 -0600 Subject: [PATCH] More features added to our draw widget. --- inventory/templates/testing.html | 508 +++++++++++++++++-------------- 1 file changed, 285 insertions(+), 223 deletions(-) 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 @@ -