Cleaned up some formatting for ui mocker

This commit is contained in:
Dan Finlay 2016-06-30 18:42:57 -07:00
parent 90e4483d68
commit 435468e571
4 changed files with 14 additions and 7 deletions

View File

@ -7,7 +7,7 @@
<body>
<!-- app content -->
<div id="app-content"></div>
<div id="app-content" style="height: 100%"></div>
<script src="./bundle.js" type="text/javascript" charset="utf-8"></script>
<!-- design reference -->

View File

@ -50,9 +50,16 @@ render(
h(Selector, { actions, selectedKey: selectedView, states, store }),
h(Root, {
store: store,
}),
h('.mock-app-root', {
style: {
height: '500px',
width: '360px',
},
}, [
h(Root, {
store: store,
}),
]),
]
), container)

File diff suppressed because one or more lines are too long

View File

@ -45,7 +45,7 @@
"transactions": [],
"network": "2",
"seedWords": "debris dizzy just program just float decrease vacant alarm reduce speak stadium",
"isConfirmed": false,
"isConfirmed": true,
"unconfMsgs": {},
"messages": [],
"provider": {
@ -67,4 +67,4 @@
"warning": null
},
"identities": {}
}
}