From 8c85db89686ed463ddce5c32cf18b280dcae2e54 Mon Sep 17 00:00:00 2001 From: Logan Date: Sun, 23 Aug 2026 07:04:04 -0400 Subject: [PATCH] docs(ui): quote the shipped fade's own measurement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The comment on `wa-dialog::part(body)` carried bottom-edge pixels from an intermediate probe (29,33,36) while `.planning/NOTES.md` recorded the final sample against the shipped rule (22,24,27) — the same gradient, read a few pixels higher up the box. A measurement written in two places has to agree, or neither can be trusted. --- frontend/src/components/menu-surface/menu-surface.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/menu-surface/menu-surface.ts b/frontend/src/components/menu-surface/menu-surface.ts index e41f5aa..ffdff28 100644 --- a/frontend/src/components/menu-surface/menu-surface.ts +++ b/frontend/src/components/menu-surface/menu-surface.ts @@ -184,8 +184,10 @@ export class MenuSurface extends LitElement { its label centred, so 32px of scrim that is already down to a quarter strength at 14px reaches y-centre at about 0.06 and spends its weight on the strip below the last legible label. - Measured on the dark ramp: 52,58,64 flat before, 52,57,63 at - the label and 29,33,36 at the bottom edge after. */ + Measured on the dark ramp at x=300, flat 52,58,64 throughout + before: 50,56,62 at y=330, 33,37,40 at y=350 and 22,24,27 at + the bottom edge, and flat again at the end of the list. The + light ramp puts 9.9:1 on the last label. */ wa-dialog::part(body) { padding: 0; overflow-y: auto;