Fix account detail transition fix.

feature/default_network_editable
Kevin Serrano 8 years ago
parent dd6b4505f4
commit 088bfd5e8d
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
  1. 2
      ui/app/account-detail.js
  2. 2
      ui/app/accounts/index.js

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