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:
commit
b922303223
@ -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…
Reference in New Issue
Block a user