mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
undo style
This commit is contained in:
parent
924a65c956
commit
f5d107cde1
@ -111,11 +111,11 @@ App.prototype.renderAppBar = function(){
|
|||||||
}, state.isUnlocked && [
|
}, state.isUnlocked && [
|
||||||
|
|
||||||
// mini logo
|
// mini logo
|
||||||
// h('img', {
|
h('img', {
|
||||||
// height: 24,
|
height: 24,
|
||||||
// width: 24,
|
width: 24,
|
||||||
// src: '/images/icon-128.png',
|
src: '/images/icon-128.png',
|
||||||
// }),
|
}),
|
||||||
h(NetworkIndicator, {network: this.props.network}),
|
h(NetworkIndicator, {network: this.props.network}),
|
||||||
|
|
||||||
// metamask name
|
// metamask name
|
||||||
@ -125,7 +125,6 @@ App.prototype.renderAppBar = function(){
|
|||||||
width: 16,
|
width: 16,
|
||||||
barHeight: 2,
|
barHeight: 2,
|
||||||
padding: 0,
|
padding: 0,
|
||||||
paddingLeft: '200px',
|
|
||||||
isOpen: state.menuOpen,
|
isOpen: state.menuOpen,
|
||||||
color: 'rgb(247,146,30)',
|
color: 'rgb(247,146,30)',
|
||||||
onClick: (event) => {
|
onClick: (event) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user