reduce font-size of status bar circle, https://github.com/microsoft/vscode/issues/129037

上级 44bf1067
......@@ -3,6 +3,11 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.monaco-workbench .statusbar DIV#status\.languageStatus .codicon-circle-large-filled::before {
font-size: 12px;
line-height: 18px;
}
.monaco-workbench .hover-language-status {
display: flex;
padding: 4px 8px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册