mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Fixed popup getting cut off.
This commit is contained in:
parent
07e878e065
commit
9fc8d385ab
1 changed files with 1 additions and 1 deletions
2
popup.js
2
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();
|
||||
|
|
Loading…
Reference in a new issue