From 8ec32552a58fe3e6c9139b59ec3623fab7838014 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 14 Jun 2025 14:53:39 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9E=20flux=20note?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit reload page --- src/components/HeaderNote.vue | 36 ++++++++++++++++++++--------------- src/hooks/useMarkdown.hook.ts | 2 +- 2 files changed, 22 insertions(+), 16 deletions(-) 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: () =>