Left rail: vertically center the claw stack (WorkClaw)
The rail's middle scroll container was a plain block (flex-1 overflow-y-auto py-4), so the claws clustered at the top with empty space below. Match WorkClaw: make it a centered flex column — flex w-full flex-col items-center [justify-content:safe_center] overscroll-contain [&::-webkit-scrollbar]:hidden — so the stack sits in the vertical middle with balanced space above/below (safe = no clipping on overflow). To preserve last commit's left-aligned rows under items-center, the RosterList ul and the New-claw link are now w-full (else they'd shrink/center). Row gap 0.5→1 to match WorkClaw. (Capture shows no gap on the container itself — the reviewer's suggested gap-1 there was dropped.) typecheck/lint(0)/86 unit/30 E2E/6 visual green; workspace-home baseline updated. Co-Authored-By: Claude Opus 4.8 <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
d17cc3797b
commit
02456dfdc3
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user