File tree Expand file tree Collapse file tree
src/vs/workbench/contrib/notebook/browser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 593593.monaco-workbench .part .editor > .content .notebook-editor > .cell-list-container .notebook-folding-indicator {
594594 position : absolute;
595595 top : 8px ;
596- left : 26 px ;
596+ left : 6 px ;
597597 cursor : pointer;
598598}
599599
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ export class MarkdownCellRenderer extends AbstractCellRenderer implements IListR
356356
357357 const innerContent = DOM . append ( container , $ ( '.cell.markdown' ) ) ;
358358 const insertionIndicatorTop = DOM . append ( container , DOM . $ ( '.notebook-cell-insertion-indicator-top' ) ) ;
359- const foldingIndicator = DOM . append ( container , DOM . $ ( '.notebook-folding-indicator' ) ) ;
359+ const foldingIndicator = DOM . append ( focusIndicator , DOM . $ ( '.notebook-folding-indicator' ) ) ;
360360
361361 const bottomCellContainer = DOM . append ( container , $ ( '.cell-bottom-toolbar-container' ) ) ;
362362
You can’t perform that action at this time.
0 commit comments