gorhill 7 years ago
parent
commit
3df27ffbdf
  1. 4
      platform/firefox/vapi-background.js

4
platform/firefox/vapi-background.js

@ -2843,9 +2843,11 @@ vAPI.toolbarButton = {
');', ');',
'}', '}',
'#' + this.viewId + ', #' + this.viewId + ' > iframe {', '#' + this.viewId + ', #' + this.viewId + ' > iframe {',
'width: 160px;',
'height: 290px;', 'height: 290px;',
'min-width: 0 !important;',
'overflow: hidden !important;', 'overflow: hidden !important;',
'padding: 0 !important;',
'width: 160px;',
'}' '}'
]; ];

Loading…
Cancel
Save