Merge remote-tracking branch 'origin/release/3.16.4' into release/4.0.0

This commit is contained in:
tangly1024
2023-07-07 21:36:47 +08:00
13 changed files with 52 additions and 15 deletions

View File

@@ -768,7 +768,7 @@ code[class*='language-'] {
overflow: auto;
font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier,
monospace;
@apply w-full mb-4 dark:bg-black;
@apply w-full mb-0 dark:bg-black !important;
}
.notion-column {
@@ -2016,7 +2016,7 @@ code.language-mermaid {
}
.code-toolbar{
@apply w-full shadow-md;
@apply w-full shadow-md pb-0;
}
.mermaid > svg {