diff --git a/popup.js b/popup.js index 1860c93e..39358977 100644 --- a/popup.js +++ b/popup.js @@ -1278,7 +1278,7 @@ function runThePopup() { if (chrome.tabs != undefined) { //add the width restriction (because Firefox) - document.getElementById("sponorBlockStyleSheet").sheet.insertRule('.popupBody { width: 300 }', 0); + document.getElementById("sponorBlockStyleSheet").sheet.insertRule('.popupBody { width: 325 }', 0); //this means it is actually opened in the popup runThePopup();