mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Adjust button styles to left align with wallet text
This commit is contained in:
parent
2d5c3394f4
commit
92bd783e0c
@ -102,23 +102,20 @@ WalletView.prototype.render = function () {
|
|||||||
style: {
|
style: {
|
||||||
border: '1px solid rgb(91, 93, 103)',
|
border: '1px solid rgb(91, 93, 103)',
|
||||||
borderRadius: '2px',
|
borderRadius: '2px',
|
||||||
height: '28px',
|
height: '20px',
|
||||||
width: '70px',
|
width: '50px',
|
||||||
fontSize: '0.8em',
|
fontSize: '0.8em',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
lineHeight: '25px',
|
|
||||||
marginLeft: '.6em',
|
|
||||||
}
|
}
|
||||||
}, 'BUY'),
|
}, 'BUY'),
|
||||||
h('div.wallet-btn', {
|
h('div.wallet-btn', {
|
||||||
style: {
|
style: {
|
||||||
border: '1px solid rgb(91, 93, 103)',
|
border: '1px solid rgb(91, 93, 103)',
|
||||||
borderRadius: '2px',
|
borderRadius: '2px',
|
||||||
height: '28px',
|
height: '20px',
|
||||||
width: '70px',
|
width: '50px',
|
||||||
fontSize: '0.8em',
|
fontSize: '0.8em',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
lineHeight: '25px',
|
|
||||||
marginLeft: '.6em',
|
marginLeft: '.6em',
|
||||||
}
|
}
|
||||||
}, 'SEND'),
|
}, 'SEND'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user