Merge "Fix storybook IMG assets"

This commit is contained in:
jenkins-bot 2021-01-06 17:17:47 +00:00 committed by Gerrit Code Review
commit 54a2663f9c
5 changed files with 2 additions and 2 deletions

View file

@ -3,9 +3,9 @@
*/
const grid = {
landscape: {
row: ( x ) => 50 + ( ( x - 1 ) * 300 ),
row: ( x ) => 50 + ( ( x - 1 ) * 460 ),
col: ( x ) => 50 + ( ( x - 1 ) * 500 ),
flipOffset: 250
flipOffset: 400
},
portrait: {
row: ( x ) => 50 + ( ( x - 1 ) * 450 ),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 KiB

View file

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 KiB