Skip to content

Commit 632ed67

Browse files
committed
chore(chat): minor chat style improvements
Removes the focus outline appearing at the bottom of Monaco editors of code parts in the chat response and fine-tunes the margins of the actions in the chat input.
1 parent a43fb8a commit 632ed67

File tree

1 file changed

+6
-2
lines changed
  • packages/ai-chat-ui/src/browser/style

1 file changed

+6
-2
lines changed

packages/ai-chat-ui/src/browser/style/index.css

+6-2
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ div:last-child > .theia-ChatNode {
453453
.theia-ChatInputOptions {
454454
width: 100%;
455455
height: 25px;
456-
padding-left: 6px;
456+
padding-left: 3px;
457457
padding-right: 6px;
458458
display: flex;
459459
justify-content: space-between;
@@ -465,7 +465,7 @@ div:last-child > .theia-ChatNode {
465465
}
466466

467467
.theia-ChatInputOptions .theia-ChatInputOptions-right {
468-
margin-right: 12px;
468+
margin-right: 8px;
469469
}
470470

471471
.theia-ChatInputOptions .option {
@@ -508,6 +508,10 @@ div:last-child > .theia-ChatNode {
508508
border-radius: 4px;
509509
}
510510

511+
.theia-CodePartRenderer-root .monaco-editor {
512+
outline-color: var(--theia-editor-background);
513+
}
514+
511515
.theia-CodePartRenderer-left {
512516
flex-grow: 1;
513517
}

0 commit comments

Comments
 (0)