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: Contact avatar not aligned correctly in LeftPane - narrow + scrollbar #6755

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MrkMrk00
Copy link

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 incorrect alignment of profile avatar in left pane when in narrow mode and with scroll bar visible (conversations do not fit into the screen height).

Before:
Signal-before
(notice the highlighted conversation with profile avatar in the left pane)

After:
Signal-after-without

After with scrollbar visible:
Signal-after-with

After the change, the items in the left pane are aligned the same way as they are while in widened mode of the left pane = there is more space on the right side from the list item to accommodate the scrollbar.

This issue appears only when there is enough conversations open in the left pane to overflow the window's view height.

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

Successfully merging this pull request may close these issues.

None yet

2 participants