From 651fec5112ee77eed995db80621d2ae6e799e8cf Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 28 Jul 2017 11:06:39 -0700 Subject: [PATCH] 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/home.html | 12 ++++++++++++ app/popup.html | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 app/home.html diff --git a/app/home.html b/app/home.html new file mode 100644 index 000000000..cfb4b00a0 --- /dev/null +++ b/app/home.html @@ -0,0 +1,12 @@ + + + + + + MetaMask Plugin + + +
+ + + 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 - +