File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/vs/workbench/browser/parts Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 79
79
padding-left : 10px ;
80
80
padding-right : 10px ;
81
81
font-size : 11px ;
82
- padding-bottom : 3 px ; /* puts the bottom border down */
83
- padding-top : 4 px ;
82
+ padding-bottom : 1 px ; /* puts the bottom border down */
83
+ padding-top : 2 px ;
84
84
display : flex;
85
85
}
86
86
87
87
.monaco-workbench .part .auxiliarybar > .composite .title > .panel-switcher-container > .monaco-action-bar .action-item ::before ,
88
88
.monaco-workbench .part .auxiliarybar > .composite .title > .panel-switcher-container > .monaco-action-bar .action-item ::after {
89
89
content : '' ;
90
90
width : 2px ;
91
+ height : 24px ;
91
92
display : block;
92
93
background-color : var (--insert-border-color );
93
94
opacity : 0 ;
Original file line number Diff line number Diff line change 115
115
.monaco-workbench .part .panel > .composite .title > .panel-switcher-container > .monaco-action-bar .action-item ::after {
116
116
content : '' ;
117
117
width : 2px ;
118
- height : 32 px ;
118
+ height : 24 px ;
119
119
display : block;
120
120
background-color : var (--insert-border-color );
121
121
opacity : 0 ;
You can’t perform that action at this time.
0 commit comments