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 2ae90a2 commit 77c1b4dCopy full SHA for 77c1b4d
src/client/theme-default/components/VPBadge.vue
@@ -30,7 +30,7 @@ h3 .VPBadge,
30
h4 .VPBadge,
31
h5 .VPBadge,
32
h6 .VPBadge {
33
- vertical-align: top;
+ vertical-align: text-top;
34
}
35
36
h2 .VPBadge {
src/client/theme-default/styles/components/vp-doc.css
@@ -36,9 +36,10 @@
37
38
.vp-doc .header-anchor {
39
- float: left;
+ position: absolute;
40
+ top: 0;
41
+ left: 0;
42
margin-left: -0.87em;
- padding-right: 0.23em;
43
font-weight: 500;
44
user-select: none;
45
opacity: 0;
@@ -74,6 +75,10 @@
74
75
76
77
78
+.vp-doc h2 .header-anchor {
79
+ top: 24px;
80
+}
81
+
82
/**
83
* Paragraph and inline elements
84
* -------------------------------------------------------------------------- */
0 commit comments