From cd1e48ce1f4701ba2d0604eaf094cc5024b58677 Mon Sep 17 00:00:00 2001 From: Nanush7 Date: Thu, 28 Mar 2024 16:07:53 -0300 Subject: [PATCH] Remove margin from popup --- scripts/content.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/content.js b/scripts/content.js index 9299459..c5b4d66 100644 --- a/scripts/content.js +++ b/scripts/content.js @@ -354,6 +354,7 @@ async function setUpLinkCatching() { // Create the node that will display the regulation. let p_node = document.createElement("p"); + p_node.style.cssText = "margin: 0"; box_node.appendChild(p_node); // Create the close button.