From 9fc8d385abcb6598c68cd5df009da52cc2b7da04 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 23 Aug 2019 14:23:34 -0400 Subject: [PATCH] Fixed popup getting cut off. --- popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();