diff --git a/public/popup.css b/public/popup.css index f5beae8c6..9f7fed762 100644 --- a/public/popup.css +++ b/public/popup.css @@ -121,10 +121,6 @@ margin-bottom: 16px; } -#sponsorBlockPopupContainer iframe { - width: 100%; -} - /* * Disable popup max height when displayed in-page (content.ts) */ diff --git a/src/content.ts b/src/content.ts index cc2edbc0f..e3a36f1d7 100644 --- a/src/content.ts +++ b/src/content.ts @@ -2205,7 +2205,7 @@ function openInfoMenu() { popup.id = "sponsorBlockPopupContainer"; const frame = document.createElement("iframe"); - frame.width = "374"; + frame.width = "100%"; frame.height = "500"; frame.style.borderRadius = "12px"; frame.addEventListener("load", async () => {