aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/account-dropdowns.js
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-07 12:54:42 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-07 12:54:42 +0800
commitba50411bb2247d783667142cc5e7efff1bf839de (patch)
tree131a4f564b1900ce86cb91953ecb97c3f8891b9c /ui/app/components/account-dropdowns.js
parent29662ff7b48c9cc8fc68cae6ba1e5a1f81ddf1c0 (diff)
downloadtangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.tar
tangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.tar.gz
tangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.tar.bz2
tangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.tar.lz
tangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.tar.xz
tangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.tar.zst
tangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.zip
Position account icon, name, and caret
Diffstat (limited to 'ui/app/components/account-dropdowns.js')
-rw-r--r--ui/app/components/account-dropdowns.js19
1 files changed, 9 insertions, 10 deletions
diff --git a/ui/app/components/account-dropdowns.js b/ui/app/components/account-dropdowns.js
index b23600e9b..3129e0226 100644
--- a/ui/app/components/account-dropdowns.js
+++ b/ui/app/components/account-dropdowns.js
@@ -218,16 +218,16 @@ class AccountDropdowns extends Component {
},
[
enableAccountsSelector && h(
- // 'i.fa.fa-angle-down',
- 'div.cursor-pointer.color-orange.accounts-selector',
+ 'i.fa.fa-angle-down',
+ // 'div.cursor-pointer.color-orange.accounts-selector',
{
style: {
- // fontSize: '1.8em',
- background: 'url(images/switch_acc.svg) white center center no-repeat',
- height: '25px',
- width: '25px',
- transform: 'scale(0.75)',
- marginRight: '3px',
+ // fontSize: '135%',
+ // background: 'url(images/switch_acc.svg) white center center no-repeat',
+ // height: '25px',
+ // width: '25px',
+ // transform: 'scale(0.75)',
+ // marginRight: '3px',
},
onClick: (event) => {
event.stopPropagation()
@@ -243,8 +243,7 @@ class AccountDropdowns extends Component {
'i.fa.fa-ellipsis-h',
{
style: {
- marginRight: '0.5em',
- fontSize: '1.8em',
+ fontSize: '135%',
},
onClick: (event) => {
event.stopPropagation()