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:
parent
850e9b63d2
commit
aff213e845
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user