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

Allocate more space to message bodies when the window is small #17883

Closed
cbarrete opened this issue Jul 5, 2021 · 1 comment
Closed

Allocate more space to message bodies when the window is small #17883

cbarrete opened this issue Jul 5, 2021 · 1 comment

Comments

@cbarrete
Copy link

cbarrete commented Jul 5, 2021

image

Is your suggestion related to a problem? Please describe.

In all modes (default/compact/IRC, IRC being shown in the screenshot), messages are almost unreadable when the window is small/narrow. This is really painful as the message bodies are really what I (and likely most users?) care about most.

This stems from different things (which I'm happy to make separate issues for, although I'd consider this a general problem) :

  • There is excessive padding on the left of timestamps, the right of message bodies, between the message bodies and read receipts, and the right of read receipts
  • The column for nicknames has a fixed min width rather than the max width of all nicknames
  • The read receipt column has a fixed min width rather than ~number_of_members * read_receipt_width
  • There is excessive vertical padding between the last message and composer, especially after a typing notification has been received
  • In IRC mode, the profile pictures are shown before all messages, but are really small, making them unreadable anyways (pictures are tiny, the first letter of the nickname is useless if it's next to the name anyways), but they still take up space.

Describe the solution you'd like.

Overall, it would be nice that allocating sufficient room to message bodies (including for small windows) is kept a priority when taking design decisions, more practically for now, I'd like to see many of the paddings mentioned previously be decreased to make more room for text.

Describe alternatives you've considered.

I've tried all appearance settings, but all of them make big compromise on waste of vertical or horizontal space.

@t3chguy
Copy link
Member

t3chguy commented Jul 5, 2021

Duplicate of #6488

@t3chguy t3chguy marked this as a duplicate of #6488 Jul 5, 2021
@t3chguy t3chguy closed this as completed Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants