Fixed popup getting cut off.

This commit is contained in:
Ajay Ramachandran 2019-08-23 14:23:34 -04:00
parent 07e878e065
commit 9fc8d385ab

View file

@ -1278,7 +1278,7 @@ function runThePopup() {
if (chrome.tabs != undefined) { if (chrome.tabs != undefined) {
//add the width restriction (because Firefox) //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 //this means it is actually opened in the popup
runThePopup(); runThePopup();