We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c655b commit 4ad6631Copy full SHA for 4ad6631
assets/js/ask-ai.js
@@ -39,10 +39,10 @@ function initializeChat({onChatLoad, chatAttributes}) {
39
modalInnerPositionLeft: '',
40
modalLockScroll: 'false',
41
modalOverrideOpenClassAskAi: 'ask-ai-open',
42
- modalSize: '500px',
+ modalSize: '640px',
43
modalWithOverlay: 'false',
44
- modalInnerMaxWidth: '500px',
45
- modalXOffset: 'calc(100% - 500px - 1rem)',
+ modalInnerMaxWidth: '800px',
+ modalXOffset: 'calc(100% - 800px - .5rem)',
46
modalYOffset: '10vh',
47
userAnalyticsFingerprintEnabled: 'true',
48
fontFamily: 'Proxima Nova, sans-serif',
0 commit comments