File tree Expand file tree Collapse file tree
src/vs/workbench/browser/parts/statusbar/media Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545}
4646
4747/* adding padding to the most left status bar item */
48- .monaco-workbench .part .statusbar > .statusbar-item .left : first-child , .monaco-workbench .part .statusbar > .statusbar-item .right + .statusbar-item .left {
48+ .monaco-workbench .part .statusbar > .statusbar-item .left : first-child ,
49+ .monaco-workbench .part .statusbar > .statusbar-item .right + .statusbar-item .left {
4950 padding-left : 7px ;
5051}
51- .monaco-workbench .part .statusbar > .statusbar-item .has-background-color .left : first-child , .monaco-workbench .part .statusbar > .statusbar-item .right + .statusbar-item .has-background-color .left {
52+ .monaco-workbench .part .statusbar > .statusbar-item .has-background-color .left : first-child ,
53+ .monaco-workbench .part .statusbar > .statusbar-item .right + .statusbar-item .has-background-color .left {
5254 padding-right : 7px ; /* expand padding if background color is configured for the status bar entry to make it look centered properly */
5355}
5456/* adding padding to the most right status bar item */
You can’t perform that action at this time.
0 commit comments