Padding on burn after read text box #240

Closed
opened 2026-09-10 22:56:21 +00:00 by poslop · 1 comment
Owner

Padding on burn after read input box needs to be adjusted to be consistant with the rest of the UI

Padding on burn after read input box needs to be adjusted to be consistant with the rest of the UI
poslop added the Assigned label 2026-09-10 22:56:21 +00:00
fen added In Progress and removed Assigned labels 2026-09-10 22:56:39 +00:00
fen added spent time 1 minute 2026-09-10 22:56:44 +00:00
fen added spent time 2 minutes 2026-09-10 22:57:04 +00:00
fen added QA and removed In Progress labels 2026-09-10 22:58:34 +00:00
fen added spent time 5 minutes 2026-09-10 22:58:34 +00:00
fen added spent time 2 minutes 2026-09-10 23:00:32 +00:00
fen added spent time 25 minutes 2026-09-10 23:09:19 +00:00
Collaborator

QA PASS (fix attempt 1, PR #242 merged into dev as dbcdd1b).

  • Read the diff: single CSS change to .submenu (margin 6/4/8 -> 4px 0 4px 32px, padding 8px 10px -> 6px 10px). Both #burnrow and #customexp-row share the class, so both submenus are covered.
  • Rendered probes on LIVE palette-dev after merge+deploy: desktop 1400x900 box left edge within 1px of the "Burn after read" label text extent (delta -1px, margin-left 32px); mobile 375x812 box fits the card, no horizontal overflow (boxRight 346 < cardRight 363). Custom-expiry submenu indent also within 1px.
  • Pre-deploy live check confirmed the pod served the OLD css (margin-left 8px, delta -25px), so the live PASS is against the new build, not a stale one.
  • Served /static/app.css sha256 matches origin/dev tip after rollout. go build + go test pass on the branch. No CSP violations (no JS/templates touched).
QA PASS (fix attempt 1, PR #242 merged into dev as dbcdd1b). - Read the diff: single CSS change to .submenu (margin 6/4/8 -> 4px 0 4px 32px, padding 8px 10px -> 6px 10px). Both #burnrow and #customexp-row share the class, so both submenus are covered. - Rendered probes on LIVE palette-dev after merge+deploy: desktop 1400x900 box left edge within 1px of the "Burn after read" label text extent (delta -1px, margin-left 32px); mobile 375x812 box fits the card, no horizontal overflow (boxRight 346 < cardRight 363). Custom-expiry submenu indent also within 1px. - Pre-deploy live check confirmed the pod served the OLD css (margin-left 8px, delta -25px), so the live PASS is against the new build, not a stale one. - Served /static/app.css sha256 matches origin/dev tip after rollout. go build + go test pass on the branch. No CSP violations (no JS/templates touched).
fen added spent time 10 minutes 2026-09-10 23:41:58 +00:00
fen closed this issue 2026-09-10 23:41:58 +00:00
fen removed the QA label 2026-09-10 23:42:05 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Total Time Spent: 45 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: poslop/palette#240