diff --git a/.changeset/center-history-delete.md b/.changeset/center-history-delete.md new file mode 100644 index 00000000000..db671cea3b1 --- /dev/null +++ b/.changeset/center-history-delete.md @@ -0,0 +1,5 @@ +--- +"kilo-code": patch +--- + +Center local session history delete buttons within their rows. diff --git a/packages/kilo-vscode/webview-ui/src/styles/history.css b/packages/kilo-vscode/webview-ui/src/styles/history.css index b41b8b9473f..14179d9f82c 100644 --- a/packages/kilo-vscode/webview-ui/src/styles/history.css +++ b/packages/kilo-vscode/webview-ui/src/styles/history.css @@ -50,6 +50,8 @@ body.vscode-light } .session-list [data-slot="session-delete-button"] { + display: inline-flex; + align-items: center; flex-shrink: 0; margin-left: 4px; opacity: 0;