mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +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: {
|
||||
border: '1px solid rgb(91, 93, 103)',
|
||||
borderRadius: '2px',
|
||||
height: '28px',
|
||||
width: '70px',
|
||||
height: '20px',
|
||||
width: '50px',
|
||||
fontSize: '0.8em',
|
||||
textAlign: 'center',
|
||||
lineHeight: '25px',
|
||||
marginLeft: '.6em',
|
||||
}
|
||||
}, 'BUY'),
|
||||
h('div.wallet-btn', {
|
||||
style: {
|
||||
border: '1px solid rgb(91, 93, 103)',
|
||||
borderRadius: '2px',
|
||||
height: '28px',
|
||||
width: '70px',
|
||||
height: '20px',
|
||||
width: '50px',
|
||||
fontSize: '0.8em',
|
||||
textAlign: 'center',
|
||||
lineHeight: '25px',
|
||||
marginLeft: '.6em',
|
||||
}
|
||||
}, 'SEND'),
|
||||
|
Loading…
Reference in New Issue
Block a user