style: hide account widget update button when hidden and adjust padding for new button container

This commit is contained in:
mrleemurray
2026-03-27 13:47:19 +00:00
parent e7976d7cbb
commit c7837d3cfb
2 changed files with 5 additions and 1 deletions

View File

@@ -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;

View File

@@ -74,7 +74,7 @@
}
.agent-sessions-new-button-container {
padding: 8px 12px;
padding: 0 8px 8px 8px;
}
.agent-sessions-new-button-container .monaco-button {