mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:11:08 +08:00
Fixed Galaxy S9's viewport size
Galaxy S9's viewport size is 740x360. See https://yesviz.com/devices/s9/.
This commit is contained in:
parent
c208d80c48
commit
cdd599dcff
@ -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