Skip to content

Commit

Permalink
Unify padding across toolbars
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Sep 6, 2019
1 parent 91e2711 commit 48b30c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
display: flex;
flex: initial;
opacity: 0.5;
padding-right: 8px;
height: 35px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
1 change: 0 additions & 1 deletion src/vs/workbench/browser/parts/panel/media/panelpart.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
}

.monaco-workbench .part.panel .title {
padding-right: 0px;
height: 35px;
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 48b30c6

Please sign in to comment.