1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Add tx-view content divider component

This commit is contained in:
sdtsui 2017-07-31 21:34:37 -07:00
parent c7ace5b23d
commit ce06fbd36d

View File

@ -13,7 +13,7 @@ module.exports = connect()(TxView)
// network: state.metamask.network, // network: state.metamask.network,
// } // }
// } // }
//
const contentDivider = h('div', { const contentDivider = h('div', {
style: { style: {
marginLeft: '1.3em', marginLeft: '1.3em',
@ -38,7 +38,7 @@ TxView.prototype.render = function () {
}, [ }, [
h('div.flex-row', { h('div.flex-row', {
style: { style: {
margin: '1.8em 1.3em', margin: '1.8em 1.3em 0.8em 1.3em',
} }
}, [ }, [
@ -55,14 +55,15 @@ TxView.prototype.render = function () {
h('div', { h('div', {
style: { style: {
marginLeft: '2em', marginLeft: '1.25em',
} }
}, 'TOKENS'), }, 'TOKENS'),
]), ]),
]) ]),
contentDivider,
h('')
]) ])
// column // column
// tab row // tab row