File size: 370 Bytes
71858d1
 
0bc6d53
 
 
 
ac5f826
71858d1
 
 
ac5f826
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Target the avatar container for user+bot */
.chatbot-message .avatar-container {
  width: 256px !important;
  height: 256px !important;
  min-width: 256px !important;
  min-height: 256px !important;
}

/* Make sure the image still fills the circle */
.chatbot-message .avatar-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}