Make fold indicator hit target larger

This commit is contained in:
Rob Lourens 2020-08-21 10:12:43 -07:00
parent d4f6fe3227
commit 3cc3de4d68

View file

@ -727,16 +727,21 @@
}
.monaco-workbench .notebookOverlay > .cell-list-container .notebook-folding-indicator {
height: 20px;
width: 20px;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
top: 6px;
left: 8px;
display: flex;
justify-content: center;
align-items: center;
z-index: 26;
}
.monaco-workbench .notebookOverlay > .cell-list-container .notebook-folding-indicator .codicon {
visibility: visible;
padding: 8px 0 0 10px;
height: 16px;
}
/** Theming */