diff --git a/src/components/HeaderNote.vue b/src/components/HeaderNote.vue index 8722b5a..af565e7 100644 --- a/src/components/HeaderNote.vue +++ b/src/components/HeaderNote.vue @@ -22,9 +22,7 @@ - - + - + + + + + + + + + @@ -110,10 +120,6 @@ defineProps<{ user: string; repo: string }>() justify-content: space-between; margin-top: 10px; - .special-folder { - text-align: center; - } - img { &:hover { cursor: pointer; diff --git a/src/hooks/useMarkdown.hook.ts b/src/hooks/useMarkdown.hook.ts index faa9d40..edbe966 100644 --- a/src/hooks/useMarkdown.hook.ts +++ b/src/hooks/useMarkdown.hook.ts @@ -87,7 +87,7 @@ const useShikiji = async () => { useShikiji() -mermaid.initialize({ startOnLoad: false }) +mermaid.initialize({ startOnLoad: false, flowchart: { curve: "natural" } }) const rules: Renderer.RenderRuleRecord = { table_open: () =>