mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fix unsupported browser view
This commit is contained in:
parent
086ab6e1e1
commit
a6e0eef8f4
@ -9,7 +9,7 @@ class ConnectScreen extends Component {
|
||||
|
||||
renderUnsupportedBrowser () {
|
||||
return (
|
||||
h('div.new-account-connect-form', {}, [
|
||||
h('div.new-account-connect-form.unsupported-browser', {}, [
|
||||
h('div.hw-connect', [
|
||||
h('h3.hw-connect__title', {}, this.context.t('browserNotSupported')),
|
||||
h('p.hw-connect__msg', {}, this.context.t('chromeRequiredForTrezor')),
|
||||
|
@ -63,7 +63,7 @@
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
align-items: center;
|
||||
padding: 0 30px;
|
||||
padding: 0 30px 30px;
|
||||
|
||||
&__select-section {
|
||||
display: flex;
|
||||
@ -379,6 +379,10 @@
|
||||
height: 710px;
|
||||
overflow: auto;
|
||||
|
||||
&.unsupported-browser {
|
||||
height: 210px;
|
||||
}
|
||||
|
||||
&__buttons {
|
||||
margin-top: 39px;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user