DreamKnob/apps/docs
Dreamodus d54eecaeaf Mobile: fix nav and API-table page overflow, stacked playground polish
- Nav links scroll horizontally inside the bar on narrow screens
  (hidden scrollbar) instead of forcing page-level horizontal scroll;
  compact logo/link sizing under 760px
- API prop tables scroll inside their own box (display block +
  overflow-x auto) - the last source of horizontal page overflow
- Playground: sticky controls become static in the stacked mobile
  layout; grid columns use minmax(0, 1fr) so code blocks cannot blow
  out the column; smaller code font on phones

Verified at 390x844 with touch emulation: zero horizontal overflow,
rotary knob touch-drag without page scroll, fader tap-to-jump, XY pad
touch drag, and the full synth flow (power, HOLD, latch/unlatch pads)
all working via touch.
2026-07-12 20:03:42 -07:00
..
src Mobile: fix nav and API-table page overflow, stacked playground polish 2026-07-12 20:03:42 -07:00
index.html Initial release: dreamknob library + showcase 2026-07-12 14:26:52 -07:00
package.json Initial release: dreamknob library + showcase 2026-07-12 14:26:52 -07:00
tsconfig.json Initial release: dreamknob library + showcase 2026-07-12 14:26:52 -07:00
vite.config.ts Initial release: dreamknob library + showcase 2026-07-12 14:26:52 -07:00