Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjust height and line-height of badge in titlebar and paneCompositePart
  • Loading branch information
sandy081 authored Oct 19, 2023
1 parent 5f9481b commit 0b1e8b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/vs/workbench/browser/parts/media/paneCompositePart.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@
font-size: 9px;
font-weight: 600;
min-width: 12px;
height: 11px;
height: 12px;
line-height: 12px;
padding: 0 2px;
border-radius: 16px;
text-align: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,12 +444,13 @@

.monaco-workbench .part.titlebar > .titlebar-container > .titlebar-right > .global-actions-container .monaco-action-bar .action-item.icon .badge.compact .badge-content {
position: absolute;
top: 11px;
top: 10px;
right: 0px;
font-size: 9px;
font-weight: 600;
min-width: 12px;
height: 11px;
height: 12px;
line-height: 12px;
padding: 0 2px;
border-radius: 16px;
text-align: center;
Expand Down

0 comments on commit 0b1e8b3

Please sign in to comment.