bibot 1.0.64 → 1.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4346,6 +4346,7 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
|
|
|
4346
4346
|
className: "message " + message.sender,
|
|
4347
4347
|
style: {
|
|
4348
4348
|
marginBottom: 10,
|
|
4349
|
+
marginTop: 10,
|
|
4349
4350
|
padding: '5px 10px',
|
|
4350
4351
|
borderTopRightRadius: 15,
|
|
4351
4352
|
borderTopLeftRadius: 15,
|