aboutsummaryrefslogtreecommitdiffstats
path: root/app/notification.html
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-10-25 15:10:09 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-25 15:10:09 +0800
commit311ca1f3ca52ca4a4f45098ba3a0a5750ae9d3c6 (patch)
treeee40de7aa40be4343e0bacac4733ca2f214ff30b /app/notification.html
parent3e55caeffd6b7657067009ece9aa339922aee561 (diff)
downloadtangerine-wallet-browser-311ca1f3ca52ca4a4f45098ba3a0a5750ae9d3c6.tar
tangerine-wallet-browser-311ca1f3ca52ca4a4f45098ba3a0a5750ae9d3c6.tar.gz
tangerine-wallet-browser-311ca1f3ca52ca4a4f45098ba3a0a5750ae9d3c6.tar.bz2
tangerine-wallet-browser-311ca1f3ca52ca4a4f45098ba3a0a5750ae9d3c6.tar.lz
tangerine-wallet-browser-311ca1f3ca52ca4a4f45098ba3a0a5750ae9d3c6.tar.xz
tangerine-wallet-browser-311ca1f3ca52ca4a4f45098ba3a0a5750ae9d3c6.tar.zst
tangerine-wallet-browser-311ca1f3ca52ca4a4f45098ba3a0a5750ae9d3c6.zip
Fix styling on notification view
Diffstat (limited to 'app/notification.html')
-rw-r--r--app/notification.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/notification.html b/app/notification.html
index be38f4aa3..f10cbbf41 100644
--- a/app/notification.html
+++ b/app/notification.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html>
+<html style="height:600px;">
<head>
<meta charset="utf-8">
<title>MetaMask Notification</title>
@@ -9,7 +9,7 @@
}
</style>
</head>
- <body style="width:350px; height:500px;">
+ <body class="notification" style="height:600px;">
<div id="app-content"></div>
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>