From cf13eb52386f122644533f840501968adf9e4a9b Mon Sep 17 00:00:00 2001 From: rjmacarthy Date: Tue, 15 Oct 2024 19:58:08 +0100 Subject: [PATCH] update styles a little --- src/webview/styles/index.module.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/webview/styles/index.module.css b/src/webview/styles/index.module.css index 023e7cb6..bae1c28f 100644 --- a/src/webview/styles/index.module.css +++ b/src/webview/styles/index.module.css @@ -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 {