From 783be14a110bb5778951718a51456dc8435118fd Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sat, 28 Feb 2026 22:30:27 -0800 Subject: [PATCH] fix: default canvas to dark mode and hide legacy community-info box Canvas page was hardcoded to data-theme="light" while all other pages default to dark. Also hides the redundant #community-info overlay (slug/URL box) since the shell header space switcher already shows this. Co-Authored-By: Claude Opus 4.6 --- website/canvas.html | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/website/canvas.html b/website/canvas.html index e33f8cc..9fecdb5 100644 --- a/website/canvas.html +++ b/website/canvas.html @@ -246,14 +246,7 @@ } #community-info { - position: fixed; - top: 72px; - left: 16px; - padding: 8px 16px; - background: white; - border-radius: 8px; - box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); - z-index: 1000; + display: none; } #community-info h2 { @@ -862,8 +855,8 @@ } - -
+ +
@@ -877,7 +870,7 @@
-
+