@ -9,7 +9,7 @@
}
</style>
</head>
<body>
<body style="width:350px; height:500px;">
<div id="app-content"></div>
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>
@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
<title>MetaMask Plugin</title>
<body style="width:357px; height:500px;">
<body style="width:800px; height:600px;">
@ -121,7 +121,7 @@ App.prototype.renderAppBar = function () {
alignItems: 'center',
visibility: props.isUnlocked ? 'visible' : 'none',
background: '#EFEFEF', // $gallery
height: '38px',
height: '11%',
position: 'relative',
zIndex: 12,
},