diff --git a/app/popup.html b/app/popup.html index 1938cc15d..b461ab501 100644 --- a/app/popup.html +++ b/app/popup.html @@ -5,7 +5,7 @@ Nifty Wallet - +
diff --git a/old-ui/app/css/index.css b/old-ui/app/css/index.css index b2c10e122..84bb6d85c 100644 --- a/old-ui/app/css/index.css +++ b/old-ui/app/css/index.css @@ -24,6 +24,13 @@ html, body { height: 100%; } +@-moz-document url-prefix() { + .ff-body-style { + width:357px; + height:600px; + } +} + html { min-height: 500px; overflow: -moz-scrollbars-none;