aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list.js
diff options
context:
space:
mode:
authorFrankie <frankie.pangilinan@consensys.net>2016-07-01 03:43:28 +0800
committerFrankie <frankie.pangilinan@consensys.net>2016-07-01 05:53:24 +0800
commit42cd0b69e76537022c7766cae430e496371818b6 (patch)
tree82fc05d30ed924fc68519258a0076aae15c8a668 /ui/app/components/transaction-list.js
parent5252504e3f1b8437d6152861f06ee490f723276e (diff)
downloadtangerine-wallet-browser-42cd0b69e76537022c7766cae430e496371818b6.tar.gz
tangerine-wallet-browser-42cd0b69e76537022c7766cae430e496371818b6.tar.zst
tangerine-wallet-browser-42cd0b69e76537022c7766cae430e496371818b6.zip
Implemt new account layout
Diffstat (limited to 'ui/app/components/transaction-list.js')
-rw-r--r--ui/app/components/transaction-list.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/app/components/transaction-list.js b/ui/app/components/transaction-list.js
index a1a5db475..886aa7c00 100644
--- a/ui/app/components/transaction-list.js
+++ b/ui/app/components/transaction-list.js
@@ -35,6 +35,8 @@ TransactionList.prototype.render = function () {
style: {
background: '#EBEBEB',
color: '#AEAEAE',
+ paddingTop: '4px',
+ paddingBottom: '4px',
},
}, [
'Transactions',
@@ -43,7 +45,7 @@ TransactionList.prototype.render = function () {
h('.tx-list', {
style: {
overflowY: 'auto',
- height: '204px',
+ height: '305px',
padding: '0 20px',
textAlign: 'center',
},
@@ -67,4 +69,3 @@ TransactionList.prototype.render = function () {
])
)
}
-