From 354e446d3c7ddad26edb3a74dae97018ce36efce Mon Sep 17 00:00:00 2001 From: Einar Andersson <72999+drdator@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:31:21 +0200 Subject: [PATCH] Fix objects panel collapse --- index.html | 2 +- src/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 24a7359..a03f417 100644 --- a/index.html +++ b/index.html @@ -108,7 +108,7 @@

Build maps with Codex or Claude.

Objects
-
+
diff --git a/src/style.css b/src/style.css index 1153b13..97cee46 100644 --- a/src/style.css +++ b/src/style.css @@ -1432,7 +1432,7 @@ body.sidepanel-resizing * { flex: 0 0 auto; } -#brush-body { +.brush-panel-body { display: flex; flex-direction: column; min-height: 0;