Skip to content

Commit

Permalink
callout对齐,callout默认icon隐藏
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Feb 4, 2025
1 parent ad2bac1 commit 98b4d27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion styles/notion.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down Expand Up @@ -1682,7 +1688,7 @@ code[class*='language-'] {
color: inherit;
}

notion-callout svg.notion-page-icon {
.notion-callout svg.notion-page-icon {
@apply hidden;
}

Expand Down

0 comments on commit 98b4d27

Please sign in to comment.