1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

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

Account transition fix
This commit is contained in:
kumavis 2017-04-05 21:43:58 -07:00 committed by GitHub
commit b922303223
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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',

View File

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