DocsWriting Studio › Mobile editor layout (vs desktop)

Mobile editor layout (vs desktop)

Last updated May 15, 2026 · 3 min read

A phone screen is ~10% of a desktop's — shrinking the desktop UI doesn't work. Slima on mobile is a redesigned editor: bottom navigation + sheets replace the side panels. This article compares to desktop; exact mobile elements may vary by device.

Desktop editor as a reference: activity bar, file tree, editor, Notes panel — mobile collapses both side panels into bottom sheets

Mobile vs desktop

Element Desktop Mobile
Activity bar Far-left vertical strip Folded into "More" sheet
Left panel (file tree) Always visible, resizable Bottom sheet swipes up
Right panel (AI Coach / Notes) Always visible Bottom sheet swipes up
Editor area Centre, one of 3 columns Full-screen (after panels collapse)
Format toolbar Top of the editor Floats above the on-screen keyboard
Sync / word count Sync dot by the title + word count at the left-panel bottom Folded into top header + More sheet

Mobile-specific elements

Top mini header

  • Left: ← back to shelf
  • Centre: current chapter title
  • Right: ⋯ more / settings

No toolbar at the top — the toolbar lives at the bottom, attached to the keyboard.

Editor area (centre, the largest region)

  • Same Markdown editor as desktop, larger default font (phones are usually closer to the eye)
  • No right-click → long-press selects and shows a context menu
  • Inline AI suggestion / smart enter still work

Bottom nav

Five large buttons at the bottom (exact icons vary by version; typical contents):

  • ✏️ Edit
  • 📁 Files (opens the chapter / file sheet)
  • 💬 AI (AI Coach sheet)
  • 🔍 Search
  • ⋯ More sheet (settings / sync / word count)

What's in each sheet

  • Chapter sheet: all files in the current book + reorder / add / rename / search
  • AI Coach sheet: same conversation UI as desktop
  • More sheet: preferences / sync status / word counts / export / etc.

PWA differences

If installed as a PWA, the mobile experience is closer to a native app — launcher icon, offline support.

Related

Was this helpful?