You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Round 3 of the fixture-screenshot visual audit (follow-up to #436 / #438).
At narrow artifact-pane widths the toolbar wraps, and the ToolbarSeparator rendered as a ~15px bordered pill next to the 删除 button — visual noise that read as an empty, broken button (visible in both artifact-pane and artifact-errors fixtures).
Fix is CSS-only: pin .maka-artifact-toolbar-separator to flex: 0 0 1px; width: 1px with no padding/border/radius. The markup is locked by artifact-pane-lifecycle-contract and stays untouched.
At narrow artifact-pane widths the toolbar wraps; the ToolbarSeparator
rendered as a ~15px bordered pill next to the delete button — visual
noise that read as an empty broken button. Pin it to flex-basis 1px
with no padding/border/radius so wrapped layouts show at most a quiet
hairline. Markup untouched (the separator element is locked by
artifact-pane-lifecycle-contract).
Verified via artifact-errors fixture screenshots; desktop suite green.
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
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.
Round 3 of the fixture-screenshot visual audit (follow-up to #436 / #438).
At narrow artifact-pane widths the toolbar wraps, and the
ToolbarSeparatorrendered as a ~15px bordered pill next to the 删除 button — visual noise that read as an empty, broken button (visible in both artifact-pane and artifact-errors fixtures).Fix is CSS-only: pin
.maka-artifact-toolbar-separatortoflex: 0 0 1px; width: 1pxwith no padding/border/radius. The markup is locked byartifact-pane-lifecycle-contractand stays untouched.Verification
npm --workspace @maka/desktop test: 1671/1671 pass