mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
refactor(vscode-ide-companion/panel): reimplement editor group locking with proper error handling
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
bottom: 0;
|
||||
width: 1px;
|
||||
background-color: var(--app-primary-border-color);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* First item: connector starts from status point position */
|
||||
@@ -156,5 +155,6 @@
|
||||
|
||||
/* Flex container with margin bottom */
|
||||
.toolcall-header {
|
||||
margin-bottom: 12px;
|
||||
/* TODO: 应该不需要? 待删除 */
|
||||
/* margin-bottom: 12px; */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user