feat: Shows agent avatar for message sent by agent (#3884)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
Nithin David Thomas
2022-02-01 16:34:54 +05:30
committed by GitHub
parent c0276d252a
commit 1f3c5002b3
3 changed files with 38 additions and 16 deletions

View File

@@ -228,8 +228,14 @@
@include flex-align(right, null);
.wrap {
align-items: flex-end;
display: flex;
margin-right: $space-normal;
text-align: right;
.sender--info {
padding: var(--space-small) 0 var(--space-smaller) var(--space-small);
}
}
.bubble {