feedback: side panels as floating Figma-style cards - #38
Merged
Conversation
Layers panel was full-bleed against the screen edge, sharp corners, top edge cutting into / overlapping the TopBar, with the single "Layers" tab rendering as an oversized full-width button at the top. Read as broken, not as a panel. Restructured to a proper floating panel: - Inset 12px from screen edge (8px on narrow viewports), top 64 / bottom 80 so the TopBar (~56px) and PluginToolBar (~60px) stay fully visible with breathing room - 12px borderRadius + 1px hairline border + 0 12px 40px outer shadow — reads as a "card floating on the canvas" - zIndex lowered from 40 → 35, below TopBar's z=50 so a full-bleed regression can never overpaint the header again - backdrop-filter blur bumped 12 → 14px with bg opacity 0.92 → 0.96 for a more solid feel against the dark canvas Single-tab panels (Layers, Inspect) now render the tab as a left- aligned uppercase letter-spaced TITLE (11px, 600 weight, no hover treatment) rather than a clickable-looking button. Multi-tab panels keep the segmented-control treatment. Tab strip itself is more compact: padding 8x10, gap 2, tab buttons 28px tall with 12px font (was 40px tall with 13px). Stops the strip dominating the panel header. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Layers panel was full-bleed against the screen edge, sharp corners, top edge cutting into the TopBar, with the single Layers tab rendering as an oversized full-width button.
Restructured to a floating panel:
🤖 Generated with Claude Code