wireapp/wire-webapp

conversation width limiting seems unnecessary

modernNeo opened this issue · 0 comments

Why is there a max-width set for the .messages class?

max-width: @conversation-max-width;

When I load https://app.wire.com/?hl=en, the conversation does not take advantage of the full width of my monitor.

Same issue here:

max-width: @conversation-max-width - @conversation-message-sender-width - @conversation-message-timestamp-width;