提交 b8a75a33 编写于 作者: M Miguel Solorio

Fix #81573, show beak in status bar

上级 a5745f50
......@@ -10,6 +10,7 @@
height: 22px;
font-size: 12px;
display: flex;
overflow: visible;
}
.monaco-workbench .part.statusbar.status-border-top::after {
......@@ -52,7 +53,7 @@
.monaco-workbench .part.statusbar > .items-container > .statusbar-item.has-beak:before {
content: '';
position: absolute;
left: calc(50% - 8px); /* 3px (margin) + 5px (padding) = 8px */
left: calc(50% - 9px); /* 3px (margin) + 5px (padding) + 1px (icon) = 9px */
top: -5px;
border-bottom-width: 5px;
border-bottom-style: solid;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册