Unify padding across toolbars

This commit is contained in:
Miguel Solorio
2019-09-06 14:39:44 -07:00
parent 91e2711564
commit 48b30c643f
3 changed files with 2 additions and 2 deletions
@@ -81,6 +81,7 @@
display: flex;
flex: initial;
opacity: 0.5;
padding-right: 8px;
height: 35px;
}
@@ -268,7 +268,7 @@
.monaco-workbench .part.editor > .content .editor-group-container > .title .editor-actions {
cursor: default;
flex: initial;
padding-left: 4px;
padding: 0 8px 0 4px;
height: 35px;
}
@@ -13,7 +13,6 @@
}
.monaco-workbench .part.panel .title {
padding-right: 0px;
height: 35px;
display: flex;
flex-direction: row;