Skip to content

[FOLLOW-UP] Issues and visual adjustments to chat split view #16590

@nimishavijay

Description

@nimishavijay

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Noticed issues:

Design follow-ups:

Before After
Image Image

Small adjustments which make the split view look more cohesive:

  • Add more spacing between messages of different authors
  • Align avatar to author name
  • reduce size of author name
  • align avatar of own messages to message container
  • Add more gap between message text and reactions row

In the inspector here are the changes I made to achieve the "After" screenshot

.wrapper.incoming .messages__avatar-wrapper {
  padding-block-start: calc(3*var(--default-grid-baseline)); }

.wrapper {
  padding: calc(2*var(--default-grid-baseline)) 0; }

.messages__author {
  font-size: small; }

.wrapper.outgoing .messages__avatar-wrapper {
  padding-block-start: calc(2*var(--default-grid-baseline)); }

.message-main--sided:has(.message-main__text):not(.message-main--compressed) .message-actions {
  padding-top: var(--default-grid-baseline); }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    📄 To do (~10 entries)

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions