1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Fix account detail transition fix.

This commit is contained in:
Kevin Serrano 2017-04-05 13:38:33 -07:00
parent dd6b4505f4
commit 088bfd5e8d
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
2 changed files with 2 additions and 2 deletions

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