-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Your use case
What would you like to do?
Align user display names to the message text rather than away from it.
Why would you like to do it?
When the name column is wide (to accommodate users with longer names) it can be very hard to associate usernames with their messages do to the large gap. This results a lot of back and forth scanning and careful looking to figure out who said what.

For example here we either need to cut of longer names like "wonderwombat87" or it is very difficult to quickly see which messages were sent by "Swirlishy" and which were by "Gemmie". (Obviously made harder in this case by the lack of colour distinction).
How would you like to achieve it?
Align the names to the message text.

This is a very quick example change to make it much more readable. In practice it would probably be better to also move the user avatar closer.
Have you considered any alternatives?
No response
Additional context
No response