refine editor sheet to floating pill button
All checks were successful
deploy / deploy (push) Successful in 1m32s

- collapsed state: floating pill button in bottom-right corner
- removed panel background when collapsed (transparent)
- violet accent colour to distinguish from shop theme
- white glow outline for visibility on any background
- consistent behaviour on mobile and desktop
- opens to bottom sheet (mobile) or side panel (desktop)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
jamey
2026-03-07 11:36:18 +00:00
parent f4f036b84b
commit 3f96769840
2 changed files with 55 additions and 64 deletions

View File

@@ -700,6 +700,7 @@ const EditorSheet = {
}
}
document.addEventListener("keydown", this._onKeydown)
},
destroyed() {