File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -873,9 +873,9 @@ export class CommentController implements IEditorContribution {
873
873
874
874
const options = this . editor . getOptions ( ) ;
875
875
if ( options . get ( EditorOption . folding ) && options . get ( EditorOption . showFoldingControls ) !== 'never' ) {
876
- lineDecorationsWidth -= 16 ;
876
+ lineDecorationsWidth -= 27 ;
877
877
}
878
- lineDecorationsWidth += 15 ;
878
+ lineDecorationsWidth += 24 ;
879
879
extraEditorClassName . push ( 'inline-comment' ) ;
880
880
this . editor . updateOptions ( {
881
881
extraEditorClassName : extraEditorClassName . join ( ' ' ) ,
Original file line number Diff line number Diff line change @@ -444,9 +444,9 @@ div.preview.inline .monaco-editor .comment-range-glyph {
444
444
445
445
.monaco-editor .inline-comment .margin-view-overlays .codicon-folding-expanded ,
446
446
.monaco-editor .inline-comment .margin-view-overlays .codicon-folding-collapsed {
447
- margin-left : 14 px ;
447
+ margin-left : 11 px ;
448
448
}
449
449
450
450
.monaco-editor .inline-comment .margin-view-overlays .dirty-diff-glyph {
451
- margin-left : 24 px ;
451
+ margin-left : 25 px ;
452
452
}
You can’t perform that action at this time.
0 commit comments