Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.
Stop a raised profile card from moving the messages under it
`render-root` puts the screens and the card in a Stack, and a Stack hands its
unpositioned children the parent's constraints loosened. So the screens filled
the window until a hover raised a card, and then shrank onto their own
contents: the conversation narrowed and every message moved sideways under a
pointer that was only resting on a face. Leaving the face took the Stack away
again and they moved back.
`StackFit.expand` is the screens keeping the constraints they had. The window
is bounded there — Scaffold body, see `frq.main` — so all of it is a size that
exists.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>