mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
Merge pull request #13246 from Kilo-Org/fix-tool-output-loading-bar-ui
fix(vscode): keep tool output actions visible
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"kilo-code": patch
|
||||
---
|
||||
|
||||
Keep tool-output action buttons visible above streamed output.
|
||||
@@ -291,10 +291,14 @@ html[data-theme="kilo-vscode"] [data-component="bash-output"] {
|
||||
[data-component="bash-output"] [data-slot="bash-section-actions"] {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 4px;
|
||||
right: 20px;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
padding: 2px;
|
||||
border-radius: var(--radius-sm);
|
||||
background: var(--surface-tool-output-base);
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: opacity 0.15s ease;
|
||||
|
||||
Reference in New Issue
Block a user