fix: distribution chart identity column - tighter + right-aligned - #121
Merged
Conversation
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.
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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).