Skip to content

Conversation

@carterworks
Copy link
Contributor

  1. Reduce the width of on smaller screen devices

old, broken. Notice how "add project" is off-screen

bad.mp4

new, with some scaling. everything fits in a mobile width

good.mp4
  1. Fix bottom bar position on Safari iOS 26.

The height of the main app was set to 100vh (h-screen). This was causing it to get clipped by the navbar on iOS 26 Safari. I've changed it to h-dvh to be the height of the "dynamic" viewport, depending on the scroll position. Since the main window doesn't scroll, we could probably just do h-svh to do the "small" viewport and avoid the potential performance issue but that felt like premature optimization, since I didn't do any testing on other devices or profiling.

old, clipped bottom prompt bar

image

New, not clipped bottom prompt bar
image

Photos taken on iPhone 17 Pro Max with iOS 26.3 and tabs set to "compact"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants