提交 120c98ca 编写于 作者: M Martin Aeschlimann

statusbar item highlight should start at window edge

上级 b5822be2
......@@ -9,7 +9,6 @@
width: 100%;
height: 22px;
font-size: 12px;
padding: 0 10px;
}
.monaco-workbench > .part.statusbar > .statusbar-item {
......@@ -46,6 +45,15 @@
margin-left: 5px;
}
/* adding padding to the most left status bar item */
.monaco-workbench > .part.statusbar > .statusbar-item.left:first-child, .monaco-workbench > .part.statusbar > .statusbar-item.right + .statusbar-item.left {
padding-left: 10px;
}
/* adding padding to the most right status bar item */
.monaco-workbench > .part.statusbar > .statusbar-item.right:first-child {
padding-right: 10px;
}
.monaco-workbench > .part.statusbar > .statusbar-item a {
cursor: pointer;
display: inline-block;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册