6dc478e989
Toggling custom chrome expanded the screen and sent the message feed auto-scrolling into the past. Two causes: - DesktopChrome used height:100vh while html/#root use 100dvh; in the Tauri webview 100vh can exceed the visible height after decorations are stripped, making the timeline's scroll container taller than the viewport → the virtual paginator runs away paginating backwards. Switched to 100dvh. - Toggling live reflowed the whole app while the timeline was mounted. The setting now persists + reloads so the layout is rebuilt cleanly (description updated: "reloads to apply"). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>