Skip to content

Align the frames header with the rows - #51

Merged
Kinflou merged 1 commit into
masterfrom
fix/frames-header-alignment
Sep 3, 2026
Merged

Align the frames header with the rows#51
Kinflou merged 1 commit into
masterfrom
fix/frames-header-alignment

Conversation

@Kinflou

@Kinflou Kinflou commented Sep 3, 2026

Copy link
Copy Markdown
Member

After #50 the column header still sat 0.4rem left of the data, and # /
kind truncated to 0… / handshak….

  • .sim-frames-list had 0 0.4rem 0.4rem padding — the rows were inset by
    that 0.4rem, the header wasn't. Dropped the side padding (cells carry
    their own now); header and rows share one left edge.
  • Each cell spends 1rem on horizontal padding, so the old 2rem #
    track and 5rem kind track were too tight → widened the grid
    (3rem 10rem 5.5rem 1fr 5rem 4rem, conn 8rem).

24 tests + build green.

The `.sim-frames-list` had `0.4rem` side padding but the column header
didn't, so every column sat 0.4rem left of its label. Drop the list's side
padding (cells carry their own now) — header and rows share the same
left edge. Widen the `#` / `kind` / `conn` tracks so `001` and `handshake`
stop truncating to `0…` now that each cell spends 1rem on padding.
@Kinflou
Kinflou merged commit e8a2f4f into master Sep 3, 2026
2 checks passed
@Kinflou
Kinflou deleted the fix/frames-header-alignment branch September 3, 2026 21:55
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