Skip to content

Fix mobile editor paper sizing and inset regressions - #9

Open
Digidai wants to merge 1 commit into
mainfrom
cursor/mobile-writing-surface-03b8
Open

Fix mobile editor paper sizing and inset regressions#9
Digidai wants to merge 1 commit into
mainfrom
cursor/mobile-writing-surface-03b8

Conversation

@Digidai

@Digidai Digidai commented Aug 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • replace mobile editor paper sizing with flex-fill layout (.desk -> .sheet -> .input) instead of 100dvh subtraction heuristics
  • remove --safe-top double counting where --bar-height already includes the real fixed bar height (.desk, .archive, .settings, .reader)
  • move mobile writing inset to sheet-level paper padding vars and align mirror inset to the same vars to avoid textarea padding drift
  • update resize() to enforce a mobile paper floor (sheet.clientHeight - sheet paddings) so the textarea never shrinks below visible paper and only grows for overflow
  • focus the editor when tapping/clicking the desk void and show touch-specific Finish title copy without desktop shortcut glyphs
  • bump version to 0.9.3 and document the fix in the changelog

Testing

  • npm test
Open in Web Open in Cursor 

Co-authored-by: Gene Dai <Digidai@users.noreply.github.com>
@Digidai
Digidai marked this pull request as ready for review August 17, 2026 00:35
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@cursor
cursor Bot deleted the cursor/mobile-writing-surface-03b8 branch August 17, 2026 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants