Change cell sizes to better suit content
parent
7ff09df1fc
commit
9e6420bb1d
|
@ -45,28 +45,28 @@ export const fixtureStatusPageCells = [
|
|||
type: 'alerts',
|
||||
x: 0,
|
||||
y: 5,
|
||||
w: 5,
|
||||
h: 5,
|
||||
w: 6.5,
|
||||
h: 7,
|
||||
},
|
||||
{
|
||||
i: 'news-feed',
|
||||
isWidget: true,
|
||||
name: 'News Feed',
|
||||
type: 'news',
|
||||
x: 5,
|
||||
x: 6.5,
|
||||
y: 5,
|
||||
w: 3.5,
|
||||
h: 5,
|
||||
w: 3,
|
||||
h: 7,
|
||||
},
|
||||
{
|
||||
i: 'getting-started',
|
||||
isWidget: true,
|
||||
name: 'Getting Started',
|
||||
type: 'guide',
|
||||
x: 8.5,
|
||||
x: 9.5,
|
||||
y: 5,
|
||||
w: 3.5,
|
||||
h: 5,
|
||||
w: 2.5,
|
||||
h: 7,
|
||||
},
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue