mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Unify padding across toolbars
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user