@ -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>
@ -75,7 +75,9 @@ TransactionList.prototype.render = function () {
},
}, [
h('p', {
marginTop: '50px',
style: {
}, 'No transaction history.'),
]),
@ -26,7 +26,7 @@ html, body {
}
html {
min-height: 400px;
min-height: 500px;
.app-root {