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 7e6bf77 commit 74b0b24Copy full SHA for 74b0b24
_sass/class/markdown-body.scss
@@ -50,9 +50,12 @@
50
}
51
52
.anchor {
53
+ // overwrite
54
+ float: none;
55
padding-right: 0;
- margin-left: -15px;
56
+ margin-left: 3px;
57
58
+
59
.highlight pre,
60
pre {
61
font-size: $font-size-small;
assets/js/theme.js
@@ -267,7 +267,7 @@ $(".toc ul")
267
link.prepend(expand);
268
});
269
270
-$(".markdown-body :header").prepend(function () {
+$(".markdown-body :header").append(function () {
271
return `<a href="#${this.id}" class="anchor"><i class="octicon-link fa fa-link text-blue"></i></a>`;
272
273
0 commit comments