Merge pull request #297 from tangly1024/feat-katex-center-align

公式代码居中
This commit is contained in:
tangly1024
2022-06-13 15:32:41 +08:00
committed by GitHub

View File

@@ -1311,6 +1311,10 @@ svg.notion-page-icon {
user-select: none;
border-radius: 3px;
transition: background 20ms ease-in 0s;
text-align: center;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
scrollbar-width: none; /* firefox */
}
.notion-equation-inline {