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 f119b18 commit b200865Copy full SHA for b200865
1 file changed
src/client/theme-default/components/VPBadge.vue
@@ -39,15 +39,14 @@ withDefaults(defineProps<Props>(), {
39
display: none;
40
}
41
42
-.vp-doc h1 > .VPBadge {
43
- margin-top: 4px;
44
- vertical-align: top;
+.vp-doc h1 > .VPBadge,
+.vp-doc h2 > .VPBadge {
+ margin: 0 0 0 2px;
45
+ vertical-align: middle;
46
47
48
.vp-doc h2 > .VPBadge {
- margin-top: 3px;
49
padding: 0 8px;
50
51
52
53
.vp-doc h3 > .VPBadge {
0 commit comments