#240: burn-after-read readable box padding/indent consistency #242

Merged
fen merged 1 commits from fix-240 into dev 2026-09-10 23:38:10 +00:00
Collaborator

Fix attempt 1.

Ref #240: padding on the burn-after-read "Readable N times" box was inconsistent with the rest of the UI:

  • Box now indents 32px (row padding 8 + control 16 + gap 8) so its left edge aligns with the parent option LABEL text instead of starting at the checkbox column
  • Vertical margin reduced (6px/4px) and internal padding 6px 10px to match the row control rhythm

Verified: computed geometry probe on /new shows boxLeft within 1px of the label text extent at 1400x900; at 375x812 box fits the card with no horizontal overflow (boxRight 346 < cardRight 363). go build + go test pass.

Fix attempt 1. Ref #240: padding on the burn-after-read "Readable N times" box was inconsistent with the rest of the UI: - Box now indents 32px (row padding 8 + control 16 + gap 8) so its left edge aligns with the parent option LABEL text instead of starting at the checkbox column - Vertical margin reduced (6px/4px) and internal padding 6px 10px to match the row control rhythm Verified: computed geometry probe on /new shows boxLeft within 1px of the label text extent at 1400x900; at 375x812 box fits the card with no horizontal overflow (boxRight 346 < cardRight 363). go build + go test pass.
fen added 1 commit 2026-09-10 23:09:13 +00:00
#240: indent burn-after-read readable box under the option label text and match row padding rhythm
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 44s
c89d064eb8
fen added 1 commit 2026-09-10 23:09:14 +00:00
#240: indent burn-after-read readable box under the option label text and match row padding rhythm
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 44s
c89d064eb8
fen merged commit dbcdd1b7cd into dev 2026-09-10 23:38:10 +00:00
Sign in to join this conversation.