Skip to content

Commit da0d9c4

Browse files
committed
reduce indicator and apply to auxBarPart
1 parent d69f7aa commit da0d9c4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/vs/workbench/browser/parts/auxiliarybar/media/auxiliaryBarPart.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,16 @@
7979
padding-left: 10px;
8080
padding-right: 10px;
8181
font-size: 11px;
82-
padding-bottom: 3px; /* puts the bottom border down */
83-
padding-top: 4px;
82+
padding-bottom: 1px; /* puts the bottom border down */
83+
padding-top: 2px;
8484
display: flex;
8585
}
8686

8787
.monaco-workbench .part.auxiliarybar > .composite.title> .panel-switcher-container > .monaco-action-bar .action-item::before,
8888
.monaco-workbench .part.auxiliarybar > .composite.title> .panel-switcher-container > .monaco-action-bar .action-item::after {
8989
content: '';
9090
width: 2px;
91+
height: 24px;
9192
display: block;
9293
background-color: var(--insert-border-color);
9394
opacity: 0;

src/vs/workbench/browser/parts/panel/media/panelpart.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
.monaco-workbench .part.panel > .composite.title> .panel-switcher-container > .monaco-action-bar .action-item::after {
116116
content: '';
117117
width: 2px;
118-
height: 32px;
118+
height: 24px;
119119
display: block;
120120
background-color: var(--insert-border-color);
121121
opacity: 0;

0 commit comments

Comments
 (0)