Set initial scale for mobile.

feature/default_network_editable
Dan Finlay 7 years ago
parent bc11f11d68
commit 8fc0a025f6
  1. 3
      app/popup.html
  2. 4
      ui/app/components/transaction-list.js
  3. 2
      ui/app/css/index.css

@ -2,10 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.95">
<title>MetaMask Plugin</title>
</head>
<body>
<div id="app-content"></div>
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>
</html>

@ -75,7 +75,9 @@ TransactionList.prototype.render = function () {
},
}, [
h('p', {
marginTop: '50px',
style: {
marginTop: '50px',
},
}, 'No transaction history.'),
]),
]),

@ -26,7 +26,7 @@ html, body {
}
html {
min-height: 400px;
min-height: 500px;
}
.app-root {

Loading…
Cancel
Save