aboutsummaryrefslogtreecommitdiffstats
path: root/app/popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/popup.html')
-rw-r--r--app/popup.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/popup.html b/app/popup.html
index d09b09315..bf09b97ca 100644
--- a/app/popup.html
+++ b/app/popup.html
@@ -1,11 +1,11 @@
<!doctype html>
-<html>
+<html style="width:357px; height:600px;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
<title>MetaMask Plugin</title>
</head>
- <body style="width:357px; height:500px;">
+ <body style="width:357px; height:600px;">
<div id="app-content"></div>
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>