mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
@@ -11,6 +11,8 @@
|
||||
border: 1px solid var(--vscode-chat-requestBorder);
|
||||
border-radius: 4px;
|
||||
padding: 5px 9px;
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
@@ -30,12 +32,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.chat-terminal-content-title.expanded {
|
||||
border-bottom-left-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.chat-terminal-content-part .chat-terminal-action-bar {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
@@ -62,7 +58,7 @@
|
||||
|
||||
.chat-terminal-output-container.collapsed { display: none; }
|
||||
.chat-terminal-output-container {
|
||||
margin-top: 0;
|
||||
margin-right: 18px;
|
||||
border: 1px solid var(--vscode-chat-requestBorder);
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
@@ -72,15 +68,24 @@
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
max-width: 100%;
|
||||
padding: 5px 9px;
|
||||
}
|
||||
|
||||
.chat-terminal-content-title.expanded {
|
||||
margin-right: 18px;
|
||||
border-bottom-left-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.chat-terminal-output-container.expanded { display: block; }
|
||||
.chat-terminal-output-container > .monaco-scrollable-element {
|
||||
width: 100%;
|
||||
}
|
||||
.chat-terminal-output-body {
|
||||
padding: 4px 6px;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.chat-terminal-output-content {
|
||||
|
||||
@@ -2304,28 +2304,6 @@ have to be updated for changes to the rules above, or to support more deeply nes
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.chat-attached-context-hover .chat-terminal-command-block,
|
||||
.chat-attached-context-hover .chat-terminal-command-output {
|
||||
font-family: var(--monaco-monospace-font);
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
.chat-attached-context-hover .chat-terminal-command-output {
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.chat-terminal-output-container {
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.chat-terminal-content-title.expanded {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.chat-attached-context-attachment .chat-attached-context-pill {
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user