v2.2.3 — Calendar dot centering
Calendar day-cell polish.
Fixes
- Calendar — event dot centering. The little status dot under each day now sits centered in the gap between the digit and the cell floor. It was pinned with a hard-coded
bottom: 6px offset (tuned for one cell size) that read slightly low; it's now positioned as a share of cell height, so it stays centered at any screen size. The day number is unchanged.
Docs
- Regenerated the calendar screenshot and the social-preview banner for the new dot position, and relocated the social preview under
docs/screenshots/.
npx tsc --noEmit and 45 Jest tests pass in CI.
Full changelog: v2.2.2...v2.2.3