File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
src/vs/workbench/browser/parts/statusbar/media Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 5252}
5353
5454.monaco-workbench .part .statusbar > .left-items {
55- flex-grow : 1 ; /* left items push right items to the far right end */
56- }
55+ flex-grow : 1 ; /* left items push right items to the far right end */ }
5756
5857.monaco-workbench .part .statusbar > .items-container > .statusbar-item {
5958 display : inline-block;
8584 border-right : 5px solid transparent;
8685}
8786
88- .monaco-workbench .part .statusbar > .items-container > .statusbar-item .left .first-visible-item ,
89- .monaco-workbench .part .statusbar > .items-container > .statusbar-item .right .last-visible-item {
87+ .monaco-workbench .part .statusbar > .items-container > .statusbar-item .left .first-visible-item {
9088 padding-right : 0 ;
89+ padding-left : 2px ;
90+ }
91+
92+ .monaco-workbench .part .statusbar > .items-container > .statusbar-item .right .last-visible-item {
93+ padding-right : 2px ;
9194 padding-left : 0 ;
9295}
9396
You can’t perform that action at this time.
0 commit comments