提交 d27b3130 编写于 作者: M Miguel Solorio

Center notebook actions (run, stop, renderer, collapse, etc.) fixes #115087

上级 38783a26
......@@ -184,11 +184,11 @@
.monaco-workbench .notebookOverlay .output .multi-mimetype-output {
position: absolute;
top: 4px;
left: -26px;
left: -30px;
width: 16px;
height: 16px;
cursor: pointer;
padding: 4px;
padding: 6px;
}
.monaco-workbench .notebookOverlay .output pre {
......@@ -252,15 +252,17 @@
}
.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-collapsed-part {
position: relative;
box-sizing: border-box;
}
.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-collapsed-part .codicon {
margin-top: 4px;
position: relative;
left: -23px;
position: absolute;
padding: 2px 6px;
left: -30px;
bottom: 0;
cursor: pointer;
z-index: 27; /* Over drag handle */
z-index: 29; /* Over drag handle and bottom cell toolbar */
}
.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row.collapsed .notebook-folding-indicator,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册