Skip to content

Commit

Permalink
feat: add margin to the Giscus Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Aug 26, 2024
1 parent f83e825 commit 8d86d49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- The class name for the extra link in the helpful layout

#### Added

- Add margin to the Giscus Comments

#### Changed

- Made article list an flex
Expand Down
6 changes: 6 additions & 0 deletions src/components/GiscusComments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<div id="giscusContainer" />
</template>

<style lang="scss">
#giscusContainer {
margin: 1.25rem 0;
}
</style>

<script setup lang="ts">
import { useData } from "vitepress";
import { onMounted } from "vue";
Expand Down

0 comments on commit 8d86d49

Please sign in to comment.