1
0
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:
brunobar79 2018-07-19 00:14:13 -04:00
parent 086ab6e1e1
commit a6e0eef8f4
2 changed files with 6 additions and 2 deletions

View File

@ -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')),

View File

@ -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;