Show home page when metafox is clicked

feature/default_network_editable
Chi Kei Chan 7 years ago
parent 7c10cda8a4
commit 8d3a317b91
  1. 10
      ui/app/app.js
  2. 6
      ui/app/css/itcss/components/header.scss

@ -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;
cursor: pointer;
}
.header__right-actions {

Loading…
Cancel
Save