mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
@@ -11,6 +11,8 @@
|
|||||||
border: 1px solid var(--vscode-chat-requestBorder);
|
border: 1px solid var(--vscode-chat-requestBorder);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 5px 9px;
|
padding: 5px 9px;
|
||||||
|
max-width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: flex-start;
|
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 {
|
.chat-terminal-content-part .chat-terminal-action-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
@@ -62,7 +58,7 @@
|
|||||||
|
|
||||||
.chat-terminal-output-container.collapsed { display: none; }
|
.chat-terminal-output-container.collapsed { display: none; }
|
||||||
.chat-terminal-output-container {
|
.chat-terminal-output-container {
|
||||||
margin-top: 0;
|
margin-right: 18px;
|
||||||
border: 1px solid var(--vscode-chat-requestBorder);
|
border: 1px solid var(--vscode-chat-requestBorder);
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
||||||
border-bottom-right-radius: 4px;
|
border-bottom-right-radius: 4px;
|
||||||
@@ -72,15 +68,24 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
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.expanded { display: block; }
|
||||||
.chat-terminal-output-container > .monaco-scrollable-element {
|
.chat-terminal-output-container > .monaco-scrollable-element {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.chat-terminal-output-body {
|
.chat-terminal-output-body {
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
box-sizing: border-box;
|
max-width: 100%;
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.chat-terminal-output-content {
|
.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;
|
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 {
|
.chat-attached-context-attachment .chat-attached-context-pill {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|||||||
Reference in New Issue
Block a user