Skip to content

Commit

Permalink
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/webview/styles/index.module.css
Original file line number Diff line number Diff line change
@@ -96,6 +96,7 @@ pre code {
padding-top: 20px;
font-size: 14px;
margin-top: 20px;
padding-right: 8px;
}

.markdownFullScreen {
@@ -160,23 +161,24 @@ pre code {
}

.userMessage {
background-color: var(--vscode-editorWidget-background);
background-color: var(--vscode-editor-background);
align-self: flex-end;
}

.userMessage::after {
right: 10px;
background-color: var(--vscode-editorWidget-background);
background-color: var(--vscode-editor-background);
}

.assistantMessage {
background-color: var(--vscode-editor-background);
align-self: flex-start;
background-color: var(--vscode-editorWidget-background);
}

.assistantMessage::after {
left: 10px;
background-color: var(--vscode-editor-background);
background-color: var(--vscode-editorWidget-background);

}

.messageOptions {

0 comments on commit cf13eb5

Please sign in to comment.