Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
idoco committed Jun 23, 2017
2 parents 4941a8e + e388cda commit 86d057f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/widget-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function injectChat() {
render(
<Widget intergramId={window.intergramId}
host={host}
isMobile={window.screen.height < 800}
isMobile={window.screen.width < 500}
iFrameSrc={iFrameSrc}
conf={conf}
/>,
Expand Down

0 comments on commit 86d057f

Please sign in to comment.