提交 48b30c64 编写于 作者: M Miguel Solorio

Unify padding across toolbars

上级 91e27115
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
display: flex; display: flex;
flex: initial; flex: initial;
opacity: 0.5; opacity: 0.5;
padding-right: 8px;
height: 35px; height: 35px;
} }
......
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
.monaco-workbench .part.editor > .content .editor-group-container > .title .editor-actions { .monaco-workbench .part.editor > .content .editor-group-container > .title .editor-actions {
cursor: default; cursor: default;
flex: initial; flex: initial;
padding-left: 4px; padding: 0 8px 0 4px;
height: 35px; height: 35px;
} }
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
} }
.monaco-workbench .part.panel .title { .monaco-workbench .part.panel .title {
padding-right: 0px;
height: 35px; height: 35px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册