aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-01 12:34:37 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-01 12:34:37 +0800
commitce06fbd36debac144b4f4bf1d3948b35332e9c41 (patch)
tree348d6c3d69ef0ff3770b9c0de46d4ed5dc7f5e08
parentc7ace5b23d911512495edbd4f0ecb8e0190bc537 (diff)
downloadtangerine-wallet-browser-ce06fbd36debac144b4f4bf1d3948b35332e9c41.tar.gz
tangerine-wallet-browser-ce06fbd36debac144b4f4bf1d3948b35332e9c41.tar.zst
tangerine-wallet-browser-ce06fbd36debac144b4f4bf1d3948b35332e9c41.zip
Add tx-view content divider component
-rw-r--r--ui/app/components/tx-view.js11
1 files changed, 6 insertions, 5 deletions
diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js
index 06ee3bfc6..1bc828c20 100644
--- a/ui/app/components/tx-view.js
+++ b/ui/app/components/tx-view.js
@@ -13,7 +13,7 @@ module.exports = connect()(TxView)
// network: state.metamask.network,
// }
// }
-//
+
const contentDivider = h('div', {
style: {
marginLeft: '1.3em',
@@ -38,7 +38,7 @@ TxView.prototype.render = function () {
}, [
h('div.flex-row', {
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', {
style: {
- marginLeft: '2em',
+ marginLeft: '1.25em',
}
}, 'TOKENS'),
]),
- ])
+ ]),
+
+ contentDivider,
- h('')
])
// column
// tab row