aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Serrano <kevin.serrano@consensys.net>2017-04-06 04:38:33 +0800
committerKevin Serrano <kevin.serrano@consensys.net>2017-04-06 04:38:33 +0800
commit088bfd5e8d4d9735b5a4cbb892d776d0ecf71dc0 (patch)
treeab15ecbe50ae32dbdedf032b32c2b1602a07776d
parentdd6b4505f41b80a4f4cd3654412349b262c3cd76 (diff)
downloaddexon-wallet-088bfd5e8d4d9735b5a4cbb892d776d0ecf71dc0.tar.gz
dexon-wallet-088bfd5e8d4d9735b5a4cbb892d776d0ecf71dc0.tar.zst
dexon-wallet-088bfd5e8d4d9735b5a4cbb892d776d0ecf71dc0.zip
Fix account detail transition fix.
-rw-r--r--ui/app/account-detail.js2
-rw-r--r--ui/app/accounts/index.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js
index 514be7f2..018e7489 100644
--- a/ui/app/account-detail.js
+++ b/ui/app/account-detail.js
@@ -60,7 +60,7 @@ AccountDetailScreen.prototype.render = function () {
// header - identicon + nav
h('div', {
style: {
- marginTop: '20px',
+ paddingTop: '20px',
display: 'flex',
justifyContent: 'flex-start',
alignItems: 'flex-start',
diff --git a/ui/app/accounts/index.js b/ui/app/accounts/index.js
index ae69d929..9584ebad 100644
--- a/ui/app/accounts/index.js
+++ b/ui/app/accounts/index.js
@@ -97,7 +97,7 @@ AccountsScreen.prototype.render = function () {
style: {
display: 'flex',
height: '40px',
- paddint: '10px',
+ padding: '10px',
justifyContent: 'center',
alignItems: 'center',
},