mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
Prevent buy button from floating
This commit is contained in:
parent
36c997a55e
commit
5f61fd242c
@ -186,12 +186,6 @@ AccountDetailScreen.prototype.render = function () {
|
|||||||
|
|
||||||
h('button', {
|
h('button', {
|
||||||
onClick: () => props.dispatch(actions.buyEthView(selected)),
|
onClick: () => props.dispatch(actions.buyEthView(selected)),
|
||||||
style: {
|
|
||||||
marginBottom: '20px',
|
|
||||||
marginRight: '8px',
|
|
||||||
position: 'absolute',
|
|
||||||
left: '219px',
|
|
||||||
},
|
|
||||||
}, 'BUY'),
|
}, 'BUY'),
|
||||||
|
|
||||||
h('button', {
|
h('button', {
|
||||||
|
Loading…
Reference in New Issue
Block a user