mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Merge pull request #1705 from rakleed/border-radius
Add border radius like other YouTube elements
This commit is contained in:
commit
b383acc902
1 changed files with 1 additions and 0 deletions
|
@ -1928,6 +1928,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);
|
||||
|
|
Loading…
Reference in a new issue