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

style: avoid horizontal scrollbars in chat list #4253

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

WofWca
Copy link
Collaborator

@WofWca WofWca commented Oct 24, 2024

The bug was likely introduced in 0e0d0b8,
where scrollbars got wider on Windows.
So if a contact has a long email or name, it would overflow
the chat list in "search" mode.

Before:

image

image

After:

image

I have tried to test this thoroughly, with the "verified" check-marks, and with the "last message at" text. Looks alright.
The new approach makes the widths less hard-coded and lets the browser handle widths.

@WofWca WofWca force-pushed the wofwca/fix-horizontal-scrollbars-in-chatlist branch 2 times, most recently from 7e02910 to 4aa086b Compare October 24, 2024 10:46
@WofWca WofWca added the bug Something isn't working label Oct 24, 2024
The bug was likely introduced in 0e0d0b8,
where scrollbars got wider on Windows.
So if a contact has a long email or name, it would overflow
the chat list in "search" mode.

The new approach makes the widths less hard-coded
and lets the browser handle widths.
@WofWca WofWca force-pushed the wofwca/fix-horizontal-scrollbars-in-chatlist branch from 4aa086b to dc30983 Compare October 24, 2024 10:54
@WofWca WofWca marked this pull request as ready for review October 24, 2024 10:55
@WofWca WofWca merged commit d3dac2a into main Oct 24, 2024
10 checks passed
@WofWca WofWca deleted the wofwca/fix-horizontal-scrollbars-in-chatlist branch October 24, 2024 14:41
WofWca added a commit that referenced this pull request Oct 24, 2024
This is similar to #4253.
Likely introduced in 0e0d0b8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants