added bound checking to van invintory

This commit is contained in:
2026-03-09 07:20:26 -04:00
parent 58b25f2e89
commit 75a67294ea
7 changed files with 49 additions and 24 deletions

View File

@@ -8,7 +8,7 @@
--bg-input: #111128;
--border: #1a1a3e;
--text: #c0c0d0;
--text-dim: #666680;
--text-dim: #8e8ea0;
}
* { box-sizing: border-box; margin: 0; padding: 0; }