Skip to content

Commit 4d5aab9

Browse files
authored
Merge branch 'master' into jts-fix-code-controls
2 parents 638e858 + de8e337 commit 4d5aab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-docs/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
askAI.setAttribute('data-modal-example-questions', 'How do I write and query data with the {{title}}?, How do I use client libraries for the {{title}}?');
5656
askAI.setAttribute('data-button-height', '65px');
5757
askAI.setAttribute('data-button-width', '65px');
58-
if (window.matchMedia('(max-width: 600px)').matches) {
58+
if (window.matchMedia('(max-width: 800px)').matches) {
5959
// For mobile devices (smaller than 600px)
6060
askAI.setAttribute('data-button-position-bottom', '130px');
6161
} else {

0 commit comments

Comments
 (0)