aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts/index.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2016-09-13 15:37:41 +0800
committerkumavis <aaron@kumavis.me>2016-09-13 15:37:41 +0800
commitc477411ce0d868023df1b2a3a41900f7a8c20d70 (patch)
treefddfa69f0ff3ed2443e1ec3dd46a1a335ef74a61 /ui/app/accounts/index.js
parent93c703d0ef73ac51aa57af668ac0eee645ded782 (diff)
parent2aa8b91a653c22d512460abdf38307119cdfdb5f (diff)
downloadtangerine-wallet-browser-c477411ce0d868023df1b2a3a41900f7a8c20d70.tar.gz
tangerine-wallet-browser-c477411ce0d868023df1b2a3a41900f7a8c20d70.tar.zst
tangerine-wallet-browser-c477411ce0d868023df1b2a3a41900f7a8c20d70.zip
Merge branch 'library' of github.com:MetaMask/metamask-plugin into library
Diffstat (limited to 'ui/app/accounts/index.js')
-rw-r--r--ui/app/accounts/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/accounts/index.js b/ui/app/accounts/index.js
index 3af8267b5..735526c60 100644
--- a/ui/app/accounts/index.js
+++ b/ui/app/accounts/index.js
@@ -83,7 +83,7 @@ AccountsScreen.prototype.render = function () {
})
}),
- h('hr.horizontal-line', {key: 'horizontal-line1'}),
+ h('hr.horizontal-line'),
h('div.footer.hover-white.pointer', {
key: 'reveal-account-bar',
onClick: () => {
@@ -91,7 +91,6 @@ AccountsScreen.prototype.render = function () {
},
style: {
display: 'flex',
- flex: '1 0 auto',
height: '40px',
paddint: '10px',
justifyContent: 'center',
@@ -100,6 +99,7 @@ AccountsScreen.prototype.render = function () {
}, [
h('i.fa.fa-plus.fa-lg', {key: ''}),
]),
+ h('hr.horizontal-line'),
]),
unconfTxList.length ? (