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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fix attempt 1.
Ref #240: padding on the burn-after-read "Readable N times" box was inconsistent with the rest of the UI:
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.