Skip to content

Commit

Permalink
feat: reduce giscus card padding
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdayo committed Aug 17, 2023
1 parent 2239982 commit ef927b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/components/cards/GiscusCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { page, theme } = useData<BsBlogThemeConfig>()
</script>

<template>
<v-card :key="page.relativePath" class="giscus-card pa-6">
<v-card :key="page.relativePath" class="giscus-card pa-4">
<Giscus v-bind="theme.giscus" :theme="$vuetify.theme.current.dark ? 'transparent_dark' : 'light'"/>
</v-card>
</template>

0 comments on commit ef927b4

Please sign in to comment.