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

Fix overflow in Chat Settings -> Conversation Color #6370

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

timjamello
Copy link
Contributor

First time contributor checklist:

Contributor checklist:

  • My contribution is not related to translations.
  • My commits are in nice logical chunks with good commit messages
  • My changes are rebased on the latest main branch
  • A yarn ready run passes successfully (more about tests here)
  • My changes are ready to be shipped to users

Description

Fixes #6359.

The color-bubble mixin was adding 12px to the provided bubble-size, but the style of the grid element in the conversation color picker was not compensating for this. I have removed the 12px addition from the mixin and instead increased all bubble-sizes by 12px. This fixes the overflow issue in the color picker grid.

I tested this on Mac OS with multiple window sizes.

@josh-signal josh-signal self-assigned this May 19, 2023
@ayumi-signal
Copy link
Contributor

We’ve merged this internally, and it will be released in our next beta family. Thanks!

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

Successfully merging this pull request may close these issues.

"Chat settings" -> "Chat color" menu overflows slightly on the x-axis
6 participants