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:
committed by
GitHub
parent
c0276d252a
commit
1f3c5002b3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user