From ea16b28e65db1333f8f25a2e9c218fca5bc2b05a Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 3 Jul 2017 12:27:02 -0400 Subject: [PATCH] fix popup panel width issue when photon disabled [firefox] --- platform/firefox/vapi-background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 19089a5..9684ae8 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -2844,6 +2844,7 @@ vAPI.toolbarButton = { '}', '#' + this.viewId + ', #' + this.viewId + ' > iframe {', 'height: 290px;', + 'max-width: none !important;', 'min-width: 0 !important;', 'overflow: hidden !important;', 'padding: 0 !important;',