tweaked chain from margin to space which in effect also widens the pointer area

This commit is contained in:
Juicysteak117
2025-10-12 14:57:32 -07:00
parent 8a27215951
commit e39680024f
2 changed files with 1 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ for element in soup.find_all(["h2", "h3"]):
href="#" + hash,
title="Click to copy a link here",
onclick="copyURI(event)",
string='🔗',
string=' 🔗',
)
element.append(new_chain)