mirror of
https://github.com/Juicysteak117/pghrt.git
synced 2025-12-21 15:35:25 +00:00
tweaked chain from margin to space which in effect also widens the pointer area
This commit is contained in:
@@ -78,7 +78,6 @@ body {
|
|||||||
.chain {
|
.chain {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
margin-left: 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*side bar*/
|
/*side bar*/
|
||||||
|
|||||||
2
soup.py
2
soup.py
@@ -117,7 +117,7 @@ for element in soup.find_all(["h2", "h3"]):
|
|||||||
href="#" + hash,
|
href="#" + hash,
|
||||||
title="Click to copy a link here",
|
title="Click to copy a link here",
|
||||||
onclick="copyURI(event)",
|
onclick="copyURI(event)",
|
||||||
string='🔗',
|
string=' 🔗',
|
||||||
)
|
)
|
||||||
|
|
||||||
element.append(new_chain)
|
element.append(new_chain)
|
||||||
|
|||||||
Reference in New Issue
Block a user