diff --git a/packages/kilo-vscode/webview-ui/src/components/chat/ChatView.tsx b/packages/kilo-vscode/webview-ui/src/components/chat/ChatView.tsx index c50fd424c7a..0f68223384d 100644 --- a/packages/kilo-vscode/webview-ui/src/components/chat/ChatView.tsx +++ b/packages/kilo-vscode/webview-ui/src/components/chat/ChatView.tsx @@ -150,20 +150,6 @@ export const ChatView: Component = (props) => { > {language.t("command.session.new.task")} - - - + + + diff --git a/packages/kilo-vscode/webview-ui/src/styles/chat.css b/packages/kilo-vscode/webview-ui/src/styles/chat.css index 60847a9383c..eaead9dbeb6 100644 --- a/packages/kilo-vscode/webview-ui/src/styles/chat.css +++ b/packages/kilo-vscode/webview-ui/src/styles/chat.css @@ -195,6 +195,7 @@ align-items: center; justify-content: center; gap: 4px; + margin-left: auto; padding: 4px 8px; border: none; border-radius: 4px; @@ -205,6 +206,7 @@ font-variant-numeric: tabular-nums; cursor: pointer; white-space: nowrap; + flex: 0 0 auto; } .session-diff-badge:hover {