|
|
@ -52,12 +52,12 @@ ShiftListItem.prototype.render = function () { |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, [ |
|
|
|
}, [ |
|
|
|
h('img', { |
|
|
|
h('img', { |
|
|
|
src: 'https://info.shapeshift.io/sites/default/files/logo.png', |
|
|
|
src: 'https://shapeshift.io/logo.png', |
|
|
|
style: { |
|
|
|
style: { |
|
|
|
height: '35px', |
|
|
|
height: '35px', |
|
|
|
width: '132px', |
|
|
|
width: '132px', |
|
|
|
position: 'absolute', |
|
|
|
position: 'absolute', |
|
|
|
clip: 'rect(0px,23px,34px,0px)', |
|
|
|
clip: 'rect(0px,30px,34px,0px)', |
|
|
|
}, |
|
|
|
}, |
|
|
|
}), |
|
|
|
}), |
|
|
|
]), |
|
|
|
]), |
|
|
@ -132,7 +132,6 @@ ShiftListItem.prototype.renderInfo = function () { |
|
|
|
case 'no_deposits': |
|
|
|
case 'no_deposits': |
|
|
|
return h('.flex-column', { |
|
|
|
return h('.flex-column', { |
|
|
|
style: { |
|
|
|
style: { |
|
|
|
width: '200px', |
|
|
|
|
|
|
|
overflow: 'hidden', |
|
|
|
overflow: 'hidden', |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, [ |
|
|
|
}, [ |
|
|
|