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

Fix #76525, round out badges in search and panel

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