提交 2e7e1311 编写于 作者: M Miguel Solorio

Make markdown cell heading previews match markdown renderer

上级 eb1f0d0a
......@@ -410,6 +410,11 @@
line-height: 1.2;
border-bottom-width: 1px;
border-bottom-style: solid;
border-color: rgba(255, 255, 255, 0.18);
}
.vs .monaco-workbench .part.editor > .content .notebook-editor .cell.markdown h1 {
border-color: rgba(0, 0, 0, 0.18);
}
.monaco-workbench .part.editor > .content .notebook-editor .cell.markdown h1,
......@@ -418,6 +423,10 @@
font-weight: normal;
}
.monaco-workbench .part.editor > .content .notebook-editor .cell.markdown div {
width: 100%;
}
/* Removes margin of first item in markdown cell */
.monaco-workbench .part.editor > .content .notebook-editor .cell.markdown div *:first-child {
margin-top: 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册