Skip to content

Commit 44dee59

Browse files
committed
Fix Presenter image display on mobile devices
1 parent 2b05188 commit 44dee59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3210,7 +3210,7 @@ def create_presentation(self, name=None, theme="default", show_notes=True):
32103210
'<style>\n'
32113211
'pre{background-color:#fbe8d4;border-radius:8px;}\n'
32123212
'div[flex_div]{height:75vh;margin:0;align-items:center;'
3213-
'justify-content:center;display:flex;}\n'
3213+
'justify-content:center;}\n'
32143214
'img[rounded]{border-radius:16px;max-width:82%%;}\n'
32153215
'</style>\n'
32163216
'</head>\n\n'

0 commit comments

Comments
 (0)