From 488fa7ff5304802587670d28e654cc244299fb44 Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Sun, 22 Mar 2026 01:13:47 +0000 Subject: [PATCH] Fix inventory dialog: hidden form-row not hiding due to display:flex override Also clarify notes label as per-location, not per-component. Co-Authored-By: Claude Sonnet 4.6 --- public/style.css | 4 ++++ public/templates.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index a493cf6..d89b5bd 100644 --- a/public/style.css +++ b/public/style.css @@ -789,6 +789,10 @@ nav { margin-bottom: 0.9rem; } +.form-row[hidden] { + display: none; +} + .form-row label { font-size: 0.8rem; text-transform: uppercase; diff --git a/public/templates.html b/public/templates.html index 3a41039..b1a8232 100644 --- a/public/templates.html +++ b/public/templates.html @@ -457,7 +457,7 @@
- +