mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
style: hide account widget update button when hidden and adjust padding for new button container
This commit is contained in:
@@ -52,6 +52,10 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.account-widget-update:has(.hidden) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.monaco-workbench .part.sidebar > .sidebar-footer .account-widget-update .account-widget-update-button {
|
||||
width: auto;
|
||||
max-width: none;
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
}
|
||||
|
||||
.agent-sessions-new-button-container {
|
||||
padding: 8px 12px;
|
||||
padding: 0 8px 8px 8px;
|
||||
}
|
||||
|
||||
.agent-sessions-new-button-container .monaco-button {
|
||||
|
||||
Reference in New Issue
Block a user