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 143c1cd commit 4018800Copy full SHA for 4018800
1 file changed
app/components/OgImage/BlogPost.vue
@@ -121,7 +121,8 @@ const formattedAuthorNames = computed(() => {
121
<!-- +N badge -->
122
<span
123
v-if="extraCount > 0"
124
- class="flex items-center justify-center text-lg font-medium text-[#a3a3a3] rounded-full border border-[#050505] bg-[#262626] overflow-hidden ms-[-20px] w-12 h-12"
+ class="flex items-center justify-center text-lg font-medium text-[#a3a3a3] rounded-full border border-[#050505] bg-[#262626] overflow-hidden w-12 h-12"
125
+ :style="{ marginLeft: '-20px' }"
126
>
127
+{{ extraCount }}
128
</span>
0 commit comments