mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
callout对齐,callout默认icon隐藏
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user