aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/account-detail.js
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-04 08:08:19 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-04 08:08:19 +0800
commitecb09fcc0aa801f553cd83659c06c429b5cfbf33 (patch)
tree0aa4c125972449539211805cbb91af53484f7464 /ui/app/account-detail.js
parent67f10d660f1a7f5875253eb0de097e1fab9ad912 (diff)
downloadtangerine-wallet-browser-ecb09fcc0aa801f553cd83659c06c429b5cfbf33.tar.gz
tangerine-wallet-browser-ecb09fcc0aa801f553cd83659c06c429b5cfbf33.tar.zst
tangerine-wallet-browser-ecb09fcc0aa801f553cd83659c06c429b5cfbf33.zip
Disable account selection dropdown from account details
Diffstat (limited to 'ui/app/account-detail.js')
-rw-r--r--ui/app/account-detail.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js
index a233c6861..22a883096 100644
--- a/ui/app/account-detail.js
+++ b/ui/app/account-detail.js
@@ -128,6 +128,7 @@ AccountDetailScreen.prototype.render = function () {
selected,
network,
identities: props.identities,
+ enableAccountOptions: true,
},
),
]
@@ -145,7 +146,6 @@ AccountDetailScreen.prototype.render = function () {
h('div', {
style: {
- marginTop: '-10px',
overflow: 'hidden',
textOverflow: 'ellipsis',
paddingTop: '3px',
@@ -153,7 +153,6 @@ AccountDetailScreen.prototype.render = function () {
fontSize: '13px',
fontFamily: 'Montserrat Light',
textRendering: 'geometricPrecision',
- marginTop: '10px',
marginBottom: '15px',
color: '#AEAEAE',
},