mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #327 from MetaMask/uiFixes
fix button positioning && mailto link
This commit is contained in:
commit
36c7ffa585
@ -228,10 +228,8 @@ app sections
|
||||
font-size: 1em;
|
||||
height: 31px;
|
||||
}
|
||||
|
||||
.editable-button{
|
||||
position: relative;
|
||||
bottom: 2px;
|
||||
.editable-label{
|
||||
display: flex;
|
||||
}
|
||||
/* Webkit */
|
||||
.unlock-screen input::-webkit-input-placeholder {
|
||||
|
@ -97,9 +97,9 @@ InfoScreen.prototype.render = function () {
|
||||
|
||||
h('div.fa.fa-envelope', [
|
||||
h('a.info', {
|
||||
href: 'mailto:hello@metamask.io?subject=Feedback',
|
||||
target: '_blank',
|
||||
style: { width: '85vw' },
|
||||
onClick () { chrome.tabs.create({url: 'mailto:help@metamask.io?subject=Feedback'}) },
|
||||
}, 'Email us any questions or comments!'),
|
||||
]),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user