Skip to content

Commit 2b0bb4a

Browse files
authored
Merge pull request microsoft#196724 from gjsjohnmurray/azure-bobcat
Upsize progress badge on top activity bar to match microsoft#196696 change
2 parents 2ff3e98 + f440892 commit 2b0bb4a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/vs/workbench/browser/parts/media/paneCompositePart.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,10 @@
185185
}
186186

187187
.monaco-workbench .pane-composite-part > .title > .composite-bar-container > .composite-bar > .monaco-action-bar .action-item.icon .badge.compact.progress-badge .badge-content::before {
188-
mask-size: 12px;
189-
-webkit-mask-size: 12px;
190-
top: 2px;
188+
mask-size: 11px;
189+
-webkit-mask-size: 11px;
190+
top: 3px;
191+
left: 1px;
191192
}
192193

193194
/* active item indicator */

0 commit comments

Comments
 (0)