#Docs - Guide search bar size on mobile
1 messages ยท Page 1 of 1 (latest)
PR is here
https://github.com/dagger/dagger/pull/5319
I would appreciate your feedback on this to be sure the UX is improved!
https://deploy-preview-5319--devel-docs-dagger-io.netlify.app/278912/guides
If you visit this link, you should be able to see a preview with the changes made.
The fix is pretty fast. โค๏ธ
The touch for input is easy now. ๐ The only issue I just found is when I touch for typing, the suggestion list is now out of screen because safari will focus on the input text which is smaller than the border. ๐โโ๏ธ
Hmm interesting, I don't think I'll be able to repro Safari's behavior, but I'll push a quick fix to see if it works
Iโve a video record in case you want to see the behaviour. ๐
Yep, it helps a lot, thanks!
Apparently iOS will zoom in when inputs have their font-size set to less than 16px.
I'm going to set a max-width, but I'm not sure it will work.