diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 3d5a6a1..19089a5 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -2843,9 +2843,11 @@ vAPI.toolbarButton = { ');', '}', '#' + this.viewId + ', #' + this.viewId + ' > iframe {', - 'width: 160px;', 'height: 290px;', + 'min-width: 0 !important;', 'overflow: hidden !important;', + 'padding: 0 !important;', + 'width: 160px;', '}' ];