Skip to content

Commit e7df45a

Browse files
committed
Centre numbers vertically in top activity bar badges (fix microsoft#196691)
1 parent 9eeb60b commit e7df45a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,13 @@
172172

173173
.monaco-workbench .pane-composite-part > .title > .composite-bar-container > .composite-bar > .monaco-action-bar .action-item.icon .badge.compact .badge-content {
174174
position: absolute;
175-
top: 12px;
175+
top: 11px;
176176
right: 0px;
177177
font-size: 9px;
178178
font-weight: 600;
179179
min-width: 12px;
180-
height: 12px;
181-
line-height: 12px;
180+
height: 13px;
181+
line-height: 13px;
182182
padding: 0 2px;
183183
border-radius: 16px;
184184
text-align: center;

0 commit comments

Comments
 (0)