mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix account detail transition fix.
This commit is contained in:
parent
dd6b4505f4
commit
088bfd5e8d
@ -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