bibot 1.0.55 → 1.0.56

Sign up to get free protection for your applications and to get access to all the features.
@@ -4228,8 +4228,8 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4228
4228
  position: 'absolute',
4229
4229
  bottom: '60px',
4230
4230
  right: '25px',
4231
- width: 350,
4232
- height: 500,
4231
+ width: 370,
4232
+ height: 550,
4233
4233
  borderRadius: 10,
4234
4234
  display: 'flex',
4235
4235
  flexDirection: 'column',
@@ -4357,8 +4357,8 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4357
4357
  alignItems: 'center',
4358
4358
  borderTop: '1px solid #d7d7d7',
4359
4359
  padding: 10,
4360
- borderBottomLeftRadius: 8,
4361
- borderBottomRightRadius: 8,
4360
+ borderBottomLeftRadius: 10,
4361
+ borderBottomRightRadius: 10,
4362
4362
  backgroundColor: '#fff'
4363
4363
  }
4364
4364
  }, createElement("input", {
@@ -4401,8 +4401,14 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4401
4401
  fontSize: '12px',
4402
4402
  color: chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.color,
4403
4403
  textAlign: 'left',
4404
- marginRight: '8px',
4405
- whiteSpace: 'nowrap'
4404
+ marginRight: '5px',
4405
+ whiteSpace: 'nowrap',
4406
+ backgroundColor: '#fff',
4407
+ padding: 15,
4408
+ borderTopRightRadius: 30,
4409
+ borderTopLeftRadius: 10,
4410
+ borderBottomLeftRadius: 10,
4411
+ marginBottom: 50
4406
4412
  }
4407
4413
  }, greeting), createElement("button", {
4408
4414
  onClick: toggleChat,