From 8fc0a025f62722e9cced11e22600e0093e64e4f5 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 26 Jul 2017 14:36:22 -0700 Subject: Set initial scale for mobile. --- app/popup.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/popup.html') diff --git a/app/popup.html b/app/popup.html index 6d85a9811..2504a2512 100644 --- a/app/popup.html +++ b/app/popup.html @@ -2,10 +2,11 @@ + MetaMask Plugin
- \ No newline at end of file + -- cgit v1.2.3 From 8e2da52e641ac625bf09efbec804e65e0fc0c753 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 26 Jul 2017 14:37:26 -0700 Subject: Adjust mobile scale for smaller devices --- app/popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/popup.html') diff --git a/app/popup.html b/app/popup.html index 2504a2512..a8f213d53 100644 --- a/app/popup.html +++ b/app/popup.html @@ -2,7 +2,7 @@ - + MetaMask Plugin -- cgit v1.2.3 From 65bd178b647ae4938e240ba5b070d7ea30a179cc Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 27 Jul 2017 14:32:18 -0700 Subject: Fix viewport width to 1 --- app/popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/popup.html') diff --git a/app/popup.html b/app/popup.html index a8f213d53..b2fcc09d8 100644 --- a/app/popup.html +++ b/app/popup.html @@ -2,7 +2,7 @@ - + MetaMask Plugin -- cgit v1.2.3 From f795f30a67619093e8c0756ca7e3446786fe6e6d Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 27 Jul 2017 14:37:27 -0700 Subject: Disable user zoom in mobile mode --- app/popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/popup.html') diff --git a/app/popup.html b/app/popup.html index b2fcc09d8..eeca58331 100644 --- a/app/popup.html +++ b/app/popup.html @@ -2,7 +2,7 @@ - + MetaMask Plugin -- cgit v1.2.3 From 9ac0a18f3b345bb8236febe626d3b6f6bed75ae3 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 27 Jul 2017 18:43:18 -0700 Subject: Correct viewport param --- app/popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/popup.html') diff --git a/app/popup.html b/app/popup.html index eeca58331..cfb4b00a0 100644 --- a/app/popup.html +++ b/app/popup.html @@ -2,7 +2,7 @@ - + MetaMask Plugin -- cgit v1.2.3 From 651fec5112ee77eed995db80621d2ae6e799e8cf Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 28 Jul 2017 11:06:39 -0700 Subject: Create distinct responsive 'home.html' file, hard-code popup.html size Because firefox was having inconsistent sizing, made a second html file for forcing the view to a certain size. Still allows us to develop a responsive interface via the `home.html` file, which shares all the same react JS & CSS as popup.html. --- app/popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/popup.html') diff --git a/app/popup.html b/app/popup.html index cfb4b00a0..d09b09315 100644 --- a/app/popup.html +++ b/app/popup.html @@ -5,7 +5,7 @@ MetaMask Plugin - +
-- cgit v1.2.3