diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-07-27 05:37:26 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-07-27 05:37:26 +0800 |
commit | 8e2da52e641ac625bf09efbec804e65e0fc0c753 (patch) | |
tree | 257f3efc5ed9318999b2deb6f4012fdbf591a82c /app/popup.html | |
parent | 8fc0a025f62722e9cced11e22600e0093e64e4f5 (diff) | |
download | dexon-wallet-8e2da52e641ac625bf09efbec804e65e0fc0c753.tar.gz dexon-wallet-8e2da52e641ac625bf09efbec804e65e0fc0c753.tar.zst dexon-wallet-8e2da52e641ac625bf09efbec804e65e0fc0c753.zip |
Adjust mobile scale for smaller devices
Diffstat (limited to 'app/popup.html')
-rw-r--r-- | app/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/popup.html b/app/popup.html index 2504a251..a8f213d5 100644 --- a/app/popup.html +++ b/app/popup.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=0.95"> + <meta name="viewport" content="width=device-width, initial-scale=0.9"> <title>MetaMask Plugin</title> </head> <body> |