Merge pull request #1310 from MetaMask/account-transition-fix

Account transition fix
feature/default_network_editable
kumavis 8 years ago committed by GitHub
commit b922303223
  1. 1
      CHANGELOG.md
  2. 2
      ui/app/account-detail.js
  3. 2
      ui/app/accounts/index.js

@ -3,6 +3,7 @@
## Current Master
- Popup new transactions in Firefox.
- Fix transition issue from account detail screen.
## 3.5.2 2017-3-28

@ -60,7 +60,7 @@ AccountDetailScreen.prototype.render = function () {
// header - identicon + nav
h('div', {
style: {
marginTop: '20px',
paddingTop: '20px',
display: 'flex',
justifyContent: 'flex-start',
alignItems: 'flex-start',

@ -97,7 +97,7 @@ AccountsScreen.prototype.render = function () {
style: {
display: 'flex',
height: '40px',
paddint: '10px',
padding: '10px',
justifyContent: 'center',
alignItems: 'center',
},

Loading…
Cancel
Save