未验证 提交 8ddb53ce 编写于 作者: I Isidor Nikolic 提交者: GitHub

Merge pull request #54888 from Microsoft/misolori/update-badge-size

Update badge in panel title
......@@ -81,16 +81,19 @@
}
.monaco-workbench > .part.panel > .title > .panel-switcher-container > .monaco-action-bar .badge {
margin-left: 4px;
margin-left: 8px;
}
.monaco-workbench > .part.panel > .title > .panel-switcher-container > .monaco-action-bar .badge .badge-content {
padding: 0.2em 0.5em;
padding: 0.3em 0.5em;
border-radius: 1em;
font-weight: normal;
text-align: center;
display: inline;
}
display: inline-block;
min-width: 1.6em;
line-height: 1em;
box-sizing: border-box;
}
/** Actions */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册