diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss index 25e27cf5..98ca6a85 100644 --- a/src/components/chat/chat.scss +++ b/src/components/chat/chat.scss @@ -44,6 +44,12 @@ position: -webkit-sticky; position: sticky; + .button-icon { + display: flex; + align-content: center; + align-items: center; + } + .go-back-button { cursor: pointer; margin-right: 0.7em; @@ -66,8 +72,9 @@ text-overflow: ellipsis; white-space: nowrap; flex-shrink: 0; - max-width: 70%; + max-width: 80%; display: grid; + display: flex; } } diff --git a/src/components/chat/chat.vue b/src/components/chat/chat.vue index 2aad5a49..108681a1 100644 --- a/src/components/chat/chat.vue +++ b/src/components/chat/chat.vue @@ -10,16 +10,17 @@ ref="header" class="panel-heading direct-conversation-view-heading mobile-hidden" > - - - + > --> + +