Page display bug on some iPads between the mobile and desktop layouts #47
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: apps/BareRTC#47
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On some iPads that have a 1024px wide screen in landscape mode have a display bug where the chat page is "between" the mobile and desktop layouts:
The bug seems to fire when the screen width is exactly 1024 pixels wide:
Root cause: Bulma CSS has a
.mobile-only
class which is used on those corner buttons and it has this one-pixel dead zone where it is misfiring.It should be replaced with a custom CSS class to fine-tune the screen width selector.