Merge pull request #9797 from behrangsa/patch-3

Addon-viewports: Fix Galaxy S9's viewport size
This commit is contained in:
Michael Shilman 2020-02-15 08:16:58 +08:00 committed by GitHub
commit c628a67448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,8 +92,8 @@ export const INITIAL_VIEWPORTS: ViewportMap = {
galaxys9: {
name: 'Galaxy S9',
styles: {
height: '1480px',
width: '720px',
height: '740px',
width: '360px',
},
type: 'mobile',
},