Skip to content

fix(amicode): chrome strip never compresses — customize no longer clipped - #21

Merged
Rchari1 merged 1 commit into
local/amicodefrom
rchari/chrome-strip-no-clip
Jul 14, 2026
Merged

fix(amicode): chrome strip never compresses — customize no longer clipped#21
Rchari1 merged 1 commit into
local/amicodefrom
rchari/chrome-strip-no-clip

Conversation

@Rchari1

@Rchari1 Rchari1 commented Jul 14, 2026

Copy link
Copy Markdown
Member

UI fix reported from the dev host: opening the inspector panel clipped the "customize" control on the home dashboard.

Cause: the inspector shrinks the home area's height. The chrome strip (brand · model · solver · sessions · customize) is flex-wrap and drops customize to a second row at panel width; that wrapped row got clipped under the home shell's rounded, overflow-hidden top edge once vertical room tightened.

Fix: flex-shrink: 0 on the chrome strip so it always renders at its natural height — the cards below scroll instead of the strip compressing. One CSS property, no layout restructure.

Verified: typecheck clean; rebuilt binary + relaunched dev host, customize stays visible with the panel open.

Part of the amicode UI polish; pairs with the extension-side prompt fix in amicode#(pick-system-arg-guidance). Once merged it rides the next fork release + vendored-binary bump.

🤖 Generated with Claude Code

… clipped

When the inspector panel opens, the home area's height shrinks. The chrome
strip (brand · model · solver · sessions · customize) wraps to a second row
at panel width, and that wrapped row — carrying 'customize' — got clipped
under the home shell's rounded, overflow-hidden top edge. flex-shrink:0
keeps the strip fully rendered at its natural height; the cards below scroll
instead. One property, no layout restructure.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Rchari1
Rchari1 merged commit cfec7de into local/amicode Jul 14, 2026
0 of 4 checks passed
@Rchari1
Rchari1 deleted the rchari/chrome-strip-no-clip branch July 14, 2026 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant