Skip to content

fix: distribution chart identity column - tighter + right-aligned - #121

Merged
Flotapponnier merged 1 commit into
mainfrom
fix/distribution-row-tight-identity
May 23, 2026
Merged

fix: distribution chart identity column - tighter + right-aligned#121
Flotapponnier merged 1 commit into
mainfrom
fix/distribution-row-tight-identity

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

User a flag : la colonne logo+name était large (10-14rem) → grand creux blanc entre les noms courts (BNB, TON) et le track.

Fix : shrink la colonne (7-10rem) + right-align (justify-end). Le logo+name sont flush contre le track, l'espace vide migre sur le bord gauche (hors path visuel).

User report: short provider names (BNB / TON / SUI) left a wide white
gap between the name and the start of the track because the identity
column reserved 10-14 rem. Two changes:
- Shrink the column min/max from minmax(8rem,11rem) / minmax(10rem,14rem)
to minmax(6rem,9rem) / minmax(7rem,10rem). The long-name case
(Hyperliquid, Cloudflare) still fits via truncate.
- Right-align the identity span (justify-end). The logo + name now sit
flush against the track start. Empty space slides to the left edge
of the row where it's off the eye's reading path, not in the middle
of the row.
@Flotapponnier
Flotapponnier merged commit b99affa into mainMay 23, 2026
@Flotapponnier
Flotapponnier deleted the fix/distribution-row-tight-identity branch May 23, 2026 14:24
Sign up for freeto 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

@Flotapponnier