Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat room layout bug in 4k and lower resolutions (Desktop) #41

Open
renanr0cha opened this issue Jun 13, 2024 · 2 comments
Open

Chat room layout bug in 4k and lower resolutions (Desktop) #41

renanr0cha opened this issue Jun 13, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@renanr0cha
Copy link
Contributor

When one of the users is using a camera with a horizontal orientation and another has a vertical orientation (common in smartphones, so most mobile users), a bug appears in the Desktop layout:

image

When in 4K (like in the screenshot above), rotating the smartphone solves the problem. However, for resolutions like 1440 or 1080p, the default also has problems. As you can see below:

image

I think we're using pixels for some resolutions; maybe changing to responsive units like rem or percentage can fix this. And for portrait-oriented cameras, putting it side to side does the trick.

@brunocroh
Copy link
Owner

Yes, I see it as well.

I do not have time to look it at this moment, because I'm implementing auth to app.

So if you, or someone else, has an interesting to get this one, I will really appreciate it.

@brunocroh brunocroh added enhancement New feature or request good first issue Good for newcomers labels Jun 15, 2024
@renanr0cha
Copy link
Contributor Author

I will

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants