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