feat: Update reply box UI 👀 (#1623)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Nithin David Thomas
2021-01-13 18:06:25 +05:30
committed by GitHub
parent 2d5aa9d3bd
commit fd181f18a1
9 changed files with 443 additions and 217 deletions

View File

@@ -96,9 +96,9 @@
}
.conversation-wrap {
@include background-gray;
@include margin(0);
@include border-normal-left;
background: var(--color-background-light);
.current-chat {
@include flex;
@@ -140,8 +140,8 @@
flex-direction: column;
// Firefox flexbox fix
height: 100%;
margin-bottom: $space-small;
overflow-y: auto;
padding-bottom: var(--space-normal);
position: relative;
}