@ -253,12 +253,14 @@ App.prototype.renderAppBar = function () {
}, [
h('div.app-header-contents', {}, [
h('div.left-menu-wrapper', {
style: {},
onClick: () => {
props.dispatch(actions.backToAccountDetail(props.activeAddress))
},
// mini logo
h('img', {
height: 24,
width: 24,
h('img.metafox-icon', {
height: 29,
width: 29,
src: '/images/icon-128.png',
}),
@ -27,6 +27,10 @@
bottom: -32px;
}
.metafox-icon {
cursor: pointer;
.app-header-contents {
@ -58,6 +62,7 @@
text-transform: uppercase;
font-weight: 400;
color: #22232c; // $shark
line-height: 29px;
@media screen and (max-width: 575px) {
display: none;
@ -81,6 +86,7 @@ h2.page-subtitle {
display: flex;
flex-direction: row;
align-items: center;
.header__right-actions {