Skip to content

[codex] Fix loop row background alignment#75

Merged
mberman84 merged 1 commit into
mainfrom
codex/fix-loop-row-background
Jun 23, 2026
Merged

[codex] Fix loop row background alignment#75
mberman84 merged 1 commit into
mainfrom
codex/fix-loop-row-background

Conversation

@mberman84

Copy link
Copy Markdown
Collaborator

What changed

  • apply each loop card background to the full table row instead of its individual cells
  • keep the content and action cells transparent so the card ends on one clean horizontal edge
  • refresh the stylesheet cache key across static and Worker-rendered pages
  • add CSS contract checks for the row/cell background ownership

Why

The two table cells can have different content heights. Giving each cell its own background made the bottom edge look cut off horizontally when the text column was taller than the action column.

Validation

  • node scripts/check.mjs
  • npm --prefix worker run check (46 tests)
  • git diff --check
  • structured autoreview: clean, no actionable findings
  • local browser verification in light and dark themes

@mberman84 mberman84 merged commit 3c0a445 into main Jun 23, 2026
1 check passed
@mberman84 mberman84 deleted the codex/fix-loop-row-background branch June 23, 2026 18:48
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