bibot 1.0.67 → 1.0.69
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4117,12 +4117,12 @@ var PredefinedQuestions = function PredefinedQuestions(_ref) {
|
|
|
4117
4117
|
chatBubbleConfig = _ref.chatBubbleConfig;
|
|
4118
4118
|
return React.createElement("div", {
|
|
4119
4119
|
style: {
|
|
4120
|
-
height: '
|
|
4120
|
+
height: '100dvh',
|
|
4121
4121
|
color: '#000',
|
|
4122
|
-
backgroundColor: '
|
|
4122
|
+
backgroundColor: 'transparent',
|
|
4123
4123
|
padding: 10,
|
|
4124
4124
|
borderRadius: '6px',
|
|
4125
|
-
marginBottom: '
|
|
4125
|
+
marginBottom: '30px'
|
|
4126
4126
|
}
|
|
4127
4127
|
}, React.createElement("div", {
|
|
4128
4128
|
style: {
|