Excess spacing between sender and paragraph #513
Labels
a-design
Visual and UX design
a-msglist
The message-list screen, except what's label:a-content
beta feedback
Things beta users have specifically asked for
Milestone
From a thread on white space vs. density in the message list:
https://chat.zulip.org/#narrow/stream/48-mobile/topic/density.20in.20message.20list/near/1735032
We currently have 8px of vertical space between the bottom of a sender avatar and the top of a paragraph, if that's the start of the message. The design shows 4px.
Specifically we have 4px between the avatar and the message content, and then our
Paragraph
widget has 4px top and bottom padding around the underlyingText
.I think fixing this properly will basically involve taking care of #162 — going through and properly allocating all the vertical padding between messages, between sender and body, and around and between paragraphs, list items, quotes, images, and all the rest. That's one aspect of copying web's design that I skipped in the early prototype, and we haven't yet returned to (which is why it's an open issue).
But e.g. one easy hack would be to cut the 4px below the sender, and count on the content's first child to have its own top padding. That might be worth doing, pending #162. (Which is a task we're holding off on for the moment because there's some work happening now/soon on web that should have a side effect of making the task easier for us; details there.)
The text was updated successfully, but these errors were encountered: