From 98b4d27efa9dffee34f7ea48bf3a0873f8c35dbb Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 4 Feb 2025 22:15:54 +0800 Subject: [PATCH] =?UTF-8?q?callout=E5=AF=B9=E9=BD=90=EF=BC=8Ccallout?= =?UTF-8?q?=E9=BB=98=E8=AE=A4icon=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/styles/notion.css b/styles/notion.css index d5b89b0993f..319c37e2869 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -958,6 +958,12 @@ code[class*='language-'] { overflow: hidden; } +.notion-callout-text .notion-text{ + padding: 0px 0px !important; + margin: 0px 0px !important; + line-height: normal !important; +} + .notion-toggle { padding: 3px 2px; width: 100%; @@ -1682,7 +1688,7 @@ code[class*='language-'] { color: inherit; } -notion-callout svg.notion-page-icon { +.notion-callout svg.notion-page-icon { @apply hidden; }