Fix #81573, show beak in status bar

This commit is contained in:
Miguel Solorio
2019-09-30 12:17:57 -07:00
parent a5745f5042
commit b8a75a33dd

View File

@@ -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;