mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-17 04:15:47 +01:00
Fix Update button spacing on macOS (#329692)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot
parent
e390f36f69
commit
2ea28ea014
@@ -444,7 +444,9 @@
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.monaco-workbench.mac:not(.web) .part.titlebar > .titlebar-container > .titlebar-right > .action-toolbar-container {
|
||||
.monaco-workbench.mac:not(.web) .part.titlebar > .titlebar-container > .titlebar-right > .action-toolbar-container,
|
||||
.monaco-workbench.mac:not(.web) .part.titlebar > .titlebar-container > .titlebar-right > .update-toolbar-container {
|
||||
position: relative;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user