Skip to content

Commit d1ff294

Browse files
committed
style: adjust small badge height
1 parent c659c5c commit d1ff294

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/client/theme-default/components/VPBadge.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ withDefaults(defineProps<Props>(), {
3030
.VPBadge.small {
3131
padding: 0 6px;
3232
line-height: 18px;
33-
font-size: 11px;
33+
font-size: 10px;
34+
transform: translateY(-8px);
3435
}
3536
3637
.VPDocFooter .VPBadge {

0 commit comments

Comments
 (0)