diff --git a/src/content.ts b/src/content.ts index a10cce48..81aeae67 100644 --- a/src/content.ts +++ b/src/content.ts @@ -1922,6 +1922,7 @@ function openInfoMenu() { const frame = document.createElement("iframe"); frame.width = "374"; frame.height = "500"; + frame.style.borderRadius = "12px"; frame.addEventListener("load", () => frame.contentWindow.postMessage("", "*")); frame.src = chrome.extension.getURL("popup.html"); popup.appendChild(frame);