Centre numbers vertically in top activity bar badges (fix #196691)

This commit is contained in:
gjsjohnmurray 2023-10-26 10:31:12 +01:00
parent 9eeb60b7f2
commit e7df45ad51

View file

@ -172,13 +172,13 @@
.monaco-workbench .pane-composite-part > .title > .composite-bar-container > .composite-bar > .monaco-action-bar .action-item.icon .badge.compact .badge-content {
position: absolute;
top: 12px;
top: 11px;
right: 0px;
font-size: 9px;
font-weight: 600;
min-width: 12px;
height: 12px;
line-height: 12px;
height: 13px;
line-height: 13px;
padding: 0 2px;
border-radius: 16px;
text-align: center;