fix(dashboard): rebalance type scale #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/dashboard-type-balance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Rebalances the dashboard typography for the target 1470x956 view: bookmark rows become more readable while the surrounding display type is reduced.
Why
The compact bookmark divider rows needed slightly larger text, but the dashboard still has to fit cleanly in one glance at the target resolution.
Changes
Testing
bun run test:e2e -- --project=chromium-desktop -g "balances dashboard typography"failed before the CSS change as expected.bun run test:e2e -- --project=chromium-desktop -g "balances dashboard typography|fits the operational dashboard"bun run test:e2e -- --update-snapshotsbun run test:qaNotes
Measured at 1470x956 after the change: bookmark label 11.52px, bookmark description 8.96px, page title 47.2px, panel title 26.46px, telemetry value 35.52px. Live datasource behavior is unchanged.