diff --git a/web/chat/chat-message-list.css b/web/chat/chat-message-list.css --- a/web/chat/chat-message-list.css +++ b/web/chat/chat-message-list.css @@ -6,6 +6,12 @@ flex-direction: column; box-sizing: border-box; } +div.composedMessageContainer { + position: relative; +} +div.withInlineSidebar { + margin-bottom: 36px; +} div.activeContainer { border: 2px solid #5989d6; margin-left: 402px; @@ -76,7 +82,7 @@ } div.textMessage { - padding: 6px 12px; + padding: 8px 12px; white-space: pre-wrap; word-wrap: break-word; width: 100%; @@ -121,6 +127,7 @@ align-self: flex-end; justify-content: flex-end; padding-right: 4px; + position: relative; } div.iconContainer { margin-right: 1px; @@ -216,9 +223,6 @@ div.imageGrid > span.multimedia:nth-last-child(n + 5):first-child ~ * { grid-column-end: span 2; } -div.sidebarMarginBottom { - margin-bottom: 8px; -} svg.inlineSidebarIcon { color: #666666; } diff --git a/web/chat/composed-message.react.js b/web/chat/composed-message.react.js --- a/web/chat/composed-message.react.js +++ b/web/chat/composed-message.react.js @@ -161,17 +161,19 @@ if (item.threadCreatedFromMessage) { const position = isViewer ? 'right' : 'left'; inlineSidebar = ( -