From c23d7eb65babc64326439fb7fe3477ee99b1df3a Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Fri, 20 Mar 2026 21:54:50 -0700 Subject: [PATCH] fix(canvas): reminder widget expands from schedule icon position MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of popping up at fixed top-right, the reminder mini-calendar now appears at the 📅 icon's location and scales out from it. Icon hides while widget is open, reappears on close. Viewport-clamped to prevent off-screen overflow. Co-Authored-By: Claude Opus 4.6 --- website/canvas.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/website/canvas.html b/website/canvas.html index ca6b60a..424e186 100644 --- a/website/canvas.html +++ b/website/canvas.html @@ -2316,17 +2316,17 @@