We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
kiaking
brc-dd
posva
Learn more about funding links in repositories.
Report abuse
1 parent d10bf42 commit 50a774eCopy full SHA for 50a774e
src/client/theme-default/components/VPBadge.vue
@@ -14,7 +14,7 @@ withDefaults(defineProps<Props>(), {
14
</span>
15
</template>
16
17
-<style scoped>
+<style>
18
.VPBadge {
19
display: inline-block;
20
margin-left: 2px;
@@ -27,6 +27,16 @@ withDefaults(defineProps<Props>(), {
27
transform: translateY(-2px);
28
}
29
30
+.VPBadge.small {
31
+ padding: 0 6px;
32
+ line-height: 18px;
33
+ font-size: 11px;
34
+}
35
+
36
+.VPDocFooter .VPBadge {
37
+ display: none;
38
39
40
.vp-doc h1 > .VPBadge {
41
margin-top: 4px;
42
vertical-align: top;
0 commit comments