From e39680024f72ac8fe6754fa07da97d072e739f45 Mon Sep 17 00:00:00 2001 From: Juicysteak117 <20595808+Juicysteak117@users.noreply.github.com> Date: Sun, 12 Oct 2025 14:57:32 -0700 Subject: [PATCH] tweaked chain from margin to space which in effect also widens the pointer area --- export/pghrtcss.css | 1 - soup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/export/pghrtcss.css b/export/pghrtcss.css index e9c3348..fb15dd3 100644 --- a/export/pghrtcss.css +++ b/export/pghrtcss.css @@ -78,7 +78,6 @@ body { .chain { text-decoration:none; font-size: 80%; - margin-left: 0.5em; } /*side bar*/ diff --git a/soup.py b/soup.py index 5b9917d..d0a3734 100644 --- a/soup.py +++ b/soup.py @@ -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)