Skip to content

v0.3.1

Choose a tag to compare

@antonpk1 antonpk1 released this 09 Feb 00:53
· 14 commits to main since this release
422295b

Fix fullscreen height collapse on claude.ai web

  • Use containerDimensions from host context instead of 100vh
  • Remove #root div, render React directly to body
  • Set explicit height on html/body in fullscreen mode
  • Replace CSS 100vh with 100% in fullscreen rules

Also includes all v0.3.0 changes (server-side checkpoints, 4:3 aspect ratio fix).