From 08ef27be6caa2414a595dfd18df8a4c3fbee2d24 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 7 Dec 2022 15:58:27 +0800 Subject: [PATCH] =?UTF-8?q?mermaid=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/prism-mac-style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/prism-mac-style.css b/styles/prism-mac-style.css index 572fa764..ff2472a7 100644 --- a/styles/prism-mac-style.css +++ b/styles/prism-mac-style.css @@ -4,6 +4,7 @@ .code-toolbar { position: relative; box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .4); + padding-bottom: 0 !important; @apply mb-8 mt-4 pt-6 w-full rounded-lg bg-black } @@ -66,4 +67,8 @@ pre[class*="language-mermaid"] { /* mermaid 原文隐藏 */ code.language-mermaid { display:none +} + +pre.notion-code.line-numbers{ + margin-bottom: 0 !important } \ No newline at end of file