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 // header - identicon + nav
h('div', { h('div', {
style: { style: {
marginTop: '20px', paddingTop: '20px',
display: 'flex', display: 'flex',
justifyContent: 'flex-start', justifyContent: 'flex-start',
alignItems: 'flex-start', alignItems: 'flex-start',

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

Loading…
Cancel
Save