From ee1a791aea643521fd79be02dfa0c78f95bb851a Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sat, 21 Mar 2026 18:22:39 -0700 Subject: [PATCH] fix(canvas): move offline status to people badge, toolbar minimize to bottom, zoom to bottom-right - Offline/reconnecting indicator now shows inside the "N online" people badge instead of the shell header (hidden on canvas via CSS override) - Toolbar collapse/minimize button moved from top to bottom of toolbar stack so it sits where the last tool icon was - Zoom controls moved from bottom-left to bottom-right; on mobile they sit above the bottom toolbar to avoid overlap Co-Authored-By: Claude Opus 4.6 --- website/canvas.html | 66 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 57 insertions(+), 9 deletions(-) diff --git a/website/canvas.html b/website/canvas.html index a9e8f6a..d60c083 100644 --- a/website/canvas.html +++ b/website/canvas.html @@ -16,6 +16,8 @@