We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c2369 commit 0dff3b9Copy full SHA for 0dff3b9
GitForWindows.css
@@ -374,8 +374,11 @@ footer li {
374
clear: both;
375
}
376
377
-.ref {
378
- float: right;
379
- font-size: 16px;
380
- padding-right: 1em;
+.anchor {
+ transform: translateX(-80%) scale(.6);
+ position: absolute;
+}
381
+
382
+h2:not(:hover) .anchor {
383
+ display: none;
384
add-entry.js
@@ -73,8 +73,8 @@ const main = async (...args) => {
73
74
const insert = [
75
`<h2 id="${id}">`,
76
+ `<a class="anchor" href="#${id}">🔗</a>`,
77
date,
- `<a class="ref" href="#${id}">🔗</a>`,
78
'<br />',
79
`(commit <a href="https://github.com/git-for-windows/git/commit/${commit}">${commit}</a>)</h2>\n`,
80
'\n',
0 commit comments