diff options
author | Chi Kei Chan <chikeichan@gmail.com> | 2017-10-25 15:10:09 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-10-25 15:10:09 +0800 |
commit | 311ca1f3ca52ca4a4f45098ba3a0a5750ae9d3c6 (patch) | |
tree | ee40de7aa40be4343e0bacac4733ca2f214ff30b /app | |
parent | 3e55caeffd6b7657067009ece9aa339922aee561 (diff) | |
download | tangerine-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')
-rw-r--r-- | app/notification.html | 4 |
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> |