File tree Expand file tree Collapse file tree
src/vs/workbench/contrib/modernUI/browser/media Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 background-image : linear-gradient (var (--vscode-statusBarItem-compactHoverBackground ), var (--vscode-statusBarItem-compactHoverBackground ));
6161}
6262
63+ /*
64+ * The items at either end of the status bar attach to the corner in the base
65+ * styles, which pads them asymmetrically. As pills they need even padding on
66+ * both sides, so give both end items the same symmetric inset.
67+ */
68+ .modern-ui .part .statusbar > .items-container > .statusbar-item .left .first-visible-item > .statusbar-item-label ,
6369.modern-ui .part .statusbar > .items-container > .statusbar-item .right .last-visible-item > .statusbar-item-label {
6470 padding : 0 var (--vscode-spacing-size60 );
6571}
66-
67- .modern-ui .part .statusbar > .items-container > .statusbar-item .left .first-visible-item > .statusbar-item-label {
68- padding-right : var (--vscode-spacing-size40 );
69- }
You can’t perform that action at this time.
0 commit comments