mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 01:58:01 +01:00
handle layout with chat control
This commit is contained in:
@@ -299,19 +299,11 @@ Agent Status Widget - Titlebar control
|
||||
border: 1px solid color-mix(in srgb, var(--vscode-progressBar-background) 50%, transparent);
|
||||
flex-shrink: 0;
|
||||
-webkit-app-region: no-drag;
|
||||
transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
|
||||
opacity: 1;
|
||||
/* Reserve minimum width to prevent layout shift */
|
||||
min-width: 50px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Empty badge - invisible but reserves space to prevent layout shift */
|
||||
/* Empty badge - completely hidden */
|
||||
.agent-status-badge.empty {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Badge section (for split UI) */
|
||||
|
||||
Reference in New Issue
Block a user