Skip to content
C.W.K.
Stream
Lesson 01 of 04 · published

The Notebook-Side Screen

~10 min · mobile-first, typography, responsive, handwriting

Level 0Dry Nib
0 XP0/36 lessons0/12 achievements
0/100 XP to next level100 XP to go0% complete
"Design from the distance between eye, screen, pen, and paper."

The scene beside paper

The primary scene is not a desk with three monitors. It is a phone or tablet propped beside paper while one hand holds a pen. Layout begins from that physical arrangement.

Make it interface state

Give the passage a readable measure, generous line height, large serif type, and a user-controlled size. Keep controls reachable without letting them squeeze the text into a narrow card inside another card.

Inkwell on an iPhone: keyword chips and the Draw from the well button sit above a large serif passage, with Today, 7 Days, 30 Days, and Calendar within one-thumb reach.
The real primary surface: a phone beside paper, with the passage large and the controls reachable without shrinking it.

When help becomes interference

Desktop-first chrome produces tiny prose and sideways attention on mobile. Fixed pixels ignore eyesight and viewing distance. A beautiful notebook metaphor that makes copying harder has failed its only job.

Focus invariant. Design from the distance between eye, screen, pen, and paper.

Test from the hand outward

Do not judge “The Notebook-Side Screen” from a browser screenshot alone. Put a pen in one hand and touch the screen only when necessary; trace type size, button distance, scrolling, rotation, and failure. If one enhancement is denied, the passage must remain readable and transcribed state writable.

Verify it

Sketch the passage at phone and tablet widths beside an actual sheet of paper. Include a small phone, large tablet, bright and dark rooms, and keyboard-only use. Count how often the feature steals the eyes from the pen instead of merely admiring its appearance.

Disappearing still needs state

Hiding chrome, acquiring wakefulness, and attaching a photo must all be reversible. Exit, release, deletion, and failure copy let technology disappear while remaining able to explain itself when needed.

Code

A passage that belongs beside paper·css
.passage {
  max-inline-size: 38rem;
  margin-inline: auto;
  padding: clamp(1rem, 4vw, 2rem);
  font-family: ui-serif, Georgia, serif;
  font-size: clamp(1.25rem, 1rem + 1.2vw, 2rem);
  line-height: 1.75;
  text-wrap: pretty;
}

@media (max-width: 40rem) {
  .passage { max-inline-size: none; }
  .secondary-chrome { display: none; }
}

External links

Exercise

Sketch the passage at phone and tablet widths beside an actual sheet of paper.
Hint
Observe real hand movement and failure states.

Progress

Progress is local-only — sign in to sync across devices.
Spotted a bug or have feedback on this page?Report an Issue

Comments 0

🔔 Reply notifications (sign in)
Sign inPlease sign in to comment.

No comments yet — be the first.