提交 7e4200a0 编写于 作者: M Miguel Solorio

Fix #76525, round out badges in search and panel

上级 ab430685
......@@ -4,11 +4,12 @@
*--------------------------------------------------------------------------------------------*/
.monaco-count-badge {
padding: 0.3em 0.5em;
border-radius: 1em;
font-size: 85%;
min-width: 1.6em;
line-height: 1em;
padding: 4px 5px;
border-radius: 11px;
font-size: 11px;
min-width: 19px;
min-height: 19px;
line-height: 11px;
font-weight: normal;
text-align: center;
display: inline-block;
......
......@@ -93,13 +93,15 @@
}
.monaco-workbench .part.panel > .title > .panel-switcher-container > .monaco-action-bar .badge .badge-content {
padding: 0.3em 0.5em;
border-radius: 1em;
padding: 4px 5px;
border-radius: 11px;
font-size: 11px;
min-width: 19px;
min-height: 19px;
line-height: 11px;
font-weight: normal;
text-align: center;
display: inline-block;
min-width: 1.6em;
line-height: 1em;
box-sizing: border-box;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册