mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-24 16:02:55 +08:00
fix(vscode): center session history delete button
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"kilo-code": patch
|
||||
---
|
||||
|
||||
Center local session history delete buttons within their rows.
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user