Skip to content

Commit 0b1e8b3

Browse files
authored
Adjust height and line-height of badge in titlebar and paneCompositePart
1 parent 5f9481b commit 0b1e8b3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@
177177
font-size: 9px;
178178
font-weight: 600;
179179
min-width: 12px;
180-
height: 11px;
180+
height: 12px;
181+
line-height: 12px;
181182
padding: 0 2px;
182183
border-radius: 16px;
183184
text-align: center;

src/vs/workbench/browser/parts/titlebar/media/titlebarpart.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,12 +444,13 @@
444444

445445
.monaco-workbench .part.titlebar > .titlebar-container > .titlebar-right > .global-actions-container .monaco-action-bar .action-item.icon .badge.compact .badge-content {
446446
position: absolute;
447-
top: 11px;
447+
top: 10px;
448448
right: 0px;
449449
font-size: 9px;
450450
font-weight: 600;
451451
min-width: 12px;
452-
height: 11px;
452+
height: 12px;
453+
line-height: 12px;
453454
padding: 0 2px;
454455
border-radius: 16px;
455456
text-align: center;

0 commit comments

Comments
 (0)