mirror of
https://github.com/l0ng-ai/tty7.git
synced 2026-09-23 00:02:27 +00:00
The sidebar row kept a permanent in-flow slot for the hover-only close button, so titles and branch names truncated while an empty column sat at the rail's right edge. Move the close affordance out of flow, same Safari-style float the strip's chips already use: on hover the x sits over the title line's right end on a solid backing (the row's hover fill, flattened against the sidebar surface) with a short gradient run-in, so covered text fades out instead of hard-cutting. Pinned to the row top rather than vertically centered: on a two-line row a centered x would straddle both lines and cover the branch line's +n/-n counts, which are the diff-overlay click target. The cmd-N hint badge keeps its in-flow slot (deliberate all-rows modal reflow).