1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Position account switcher icon back in app header

This commit is contained in:
sdtsui 2017-08-03 17:49:23 -07:00
parent 850e9b63d2
commit aff213e845

View File

@ -193,10 +193,14 @@ class AccountDropdowns extends Component {
},
[
enableAccountsSelector && h(
'i.fa.fa-angle-down',
'div.cursor-pointer.color-orange',
{
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',
},
onClick: (event) => {
event.stopPropagation()