mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:01:16 +08:00
Merge pull request #9797 from behrangsa/patch-3
Addon-viewports: Fix Galaxy S9's viewport size
This commit is contained in:
commit
c628a67448
@ -92,8 +92,8 @@ export const INITIAL_VIEWPORTS: ViewportMap = {
|
||||
galaxys9: {
|
||||
name: 'Galaxy S9',
|
||||
styles: {
|
||||
height: '1480px',
|
||||
width: '720px',
|
||||
height: '740px',
|
||||
width: '360px',
|
||||
},
|
||||
type: 'mobile',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user