From b5a89d7381d9131bc43cf08654fb6092b10a1173 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Thu, 8 Nov 2018 11:24:26 +0300 Subject: [PATCH] ff body style fix --- app/popup.html | 2 +- old-ui/app/css/index.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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;