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

In-between size bug with emoji tile layout #40

Open
treyhunner opened this issue Jun 11, 2022 · 0 comments
Open

In-between size bug with emoji tile layout #40

treyhunner opened this issue Jun 11, 2022 · 0 comments
Labels

Comments

@treyhunner
Copy link
Member

When my Chrome browser is between 1280px and 1330px, the right-floating emoji name text sometimes ends up at the bottom of the tile if it's too long.

I suspect that we could fix this by either:

  1. Changing the 2 tile -> 4 tile breakpoint to a higher screen width
  2. Adding a 3 tile breakpoint for that problematic in-between width
  3. Use CSS grid to lay out the tiles instead of floats and padding

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant