Skip to content

Commit 8d1120c

Browse files
committed
fix: make the modal scale correctly
1 parent 70bd599 commit 8d1120c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

apify-docs-theme/src/config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,8 @@ const scripts = [
326326
'data-modal-example-questions': 'How to run an Actor?,Create a version of an Actor?',
327327
'data-modal-override-open-id': 'ask-ai-input',
328328
'data-modal-override-open-class': 'search-input',
329-
'data-font-size-xs': '1.2rem',
330-
'data-font-size-sm': '1.4rem',
331-
'data-font-size-md': '1.6rem',
332-
'data-font-size-lg': '1.8rem',
333-
'data-font-size-xl': '2.0rem',
329+
'data-scale-factor': '1.6',
330+
'data-modal-size': '800px',
334331
async: true,
335332
},
336333
];

0 commit comments

Comments
 (0)