Skip to content

Commit

Permalink
Remove margin from popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanush7 committed Mar 28, 2024
1 parent a015828 commit cd1e48c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cd1e48c

Please sign in to comment.