callout对齐,callout默认icon隐藏

This commit is contained in:
tangly1024
2025-02-04 22:15:54 +08:00
parent ad2bac1ef6
commit 98b4d27efa

View File

@@ -958,6 +958,12 @@ code[class*='language-'] {
overflow: hidden; overflow: hidden;
} }
.notion-callout-text .notion-text{
padding: 0px 0px !important;
margin: 0px 0px !important;
line-height: normal !important;
}
.notion-toggle { .notion-toggle {
padding: 3px 2px; padding: 3px 2px;
width: 100%; width: 100%;
@@ -1682,7 +1688,7 @@ code[class*='language-'] {
color: inherit; color: inherit;
} }
notion-callout svg.notion-page-icon { .notion-callout svg.notion-page-icon {
@apply hidden; @apply hidden;
} }