Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Jun 07, 2023 12:13 AM
Reply
3 Replies 3
Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Aug 26, 2023 05:17 AM
I'm building an app for iPhone and this is terrible user experience. That view is not responsive to the screen size and even zooming out is disabled.
That really needs to be fixed before it can be handed to users.
The sign in page on the other hand is done properly:
Reply
Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Sep 13, 2023 10:09 PM
Reply
Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Dec 05, 2023 02:43 PM
I'll help you fix this:
- in that page, the element with id="oauthWrapper" has style="width:32rem". It translates to 512px, more than the logical pixel width of an iPhone 15 of 393px.
Replace that with style="max-width:32rem" and we're good. - When "All Workspaces" is selected, the message "All current and future bases in all current and future workspaces" has the class "truncate". Remove it to let it wrap.
See how good it looks now: