Skip to content

Commit 4018800

Browse files
committed
fix: n badge postion
1 parent 143c1cd commit 4018800

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/components/OgImage/BlogPost.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ const formattedAuthorNames = computed(() => {
121121
<!-- +N badge -->
122122
<span
123123
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"
124+
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' }"
125126
>
126127
+{{ extraCount }}
127128
</span>

0 commit comments

Comments
 (0)