mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
sessions - top shadow also for chat editors in floating windows (#306020)
* sessions - top shadow also for chat editors in floating windows * Update src/vs/sessions/browser/media/style.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -94,6 +94,13 @@
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* Same fade overlay for the chat renderer inside an editor (e.g. floating aux window). */
|
||||
.agent-sessions-workbench .chat-editor-relative .interactive-list .monaco-scrollable-element > .shadow.top {
|
||||
height: 16px;
|
||||
background: linear-gradient(to bottom, var(--vscode-editor-background), transparent);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* ---- Chat Input ---- */
|
||||
|
||||
.agent-sessions-workbench .interactive-session .chat-input-container {
|
||||
|
||||
Reference in New Issue
Block a user