mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #3261 from MetaMask/uat-oldui-compatibility
Adjust old UI css compatibility with new UI style changes
This commit is contained in:
commit
79f62635d7
@ -1,11 +1,11 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html style="width:350px; height:600px;">
|
<html style="width:357px; height:600px;">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
|
||||||
<title>MetaMask Plugin</title>
|
<title>MetaMask Plugin</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="width:350px; height:600px;">
|
<body style="width:357px; height:600px;">
|
||||||
<div id="app-content"></div>
|
<div id="app-content"></div>
|
||||||
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
|
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
|
||||||
</body>
|
</body>
|
||||||
|
@ -268,6 +268,7 @@ class AccountDropdowns extends Component {
|
|||||||
'i.fa.fa-ellipsis-h',
|
'i.fa.fa-ellipsis-h',
|
||||||
{
|
{
|
||||||
style: {
|
style: {
|
||||||
|
margin: '0.5em',
|
||||||
fontSize: '1.8em',
|
fontSize: '1.8em',
|
||||||
},
|
},
|
||||||
onClick: (event) => {
|
onClick: (event) => {
|
||||||
|
@ -32,7 +32,7 @@ ConfigScreen.prototype.render = function () {
|
|||||||
return (
|
return (
|
||||||
h('.flex-column.flex-grow', {
|
h('.flex-column.flex-grow', {
|
||||||
style:{
|
style:{
|
||||||
maxHeight: '465px',
|
maxHeight: '585px',
|
||||||
overflowY: 'auto',
|
overflowY: 'auto',
|
||||||
},
|
},
|
||||||
}, [
|
}, [
|
||||||
|
@ -285,7 +285,7 @@ app sections
|
|||||||
}
|
}
|
||||||
|
|
||||||
.unlock-screen #metamask-mascot-container {
|
.unlock-screen #metamask-mascot-container {
|
||||||
margin-top: 24px;
|
margin-top: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unlock-screen h1 {
|
.unlock-screen h1 {
|
||||||
@ -443,7 +443,7 @@ input.large-input {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 465px;
|
max-height: 585px;
|
||||||
flex-direction: inherit;
|
flex-direction: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user