mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-23 02:07:52 +00:00
style(vscode-ide-companion): update UI components and styling
- Updated chat message container spacing and styling - Adjusted AssistantMessage text color handling - Enhanced QwenMessageTimeline CSS rules for better visual flow - Moved InfoBanner to ui directory for better organization - Updated InputForm styling - Added new CSS classes and updated tailwind configuration - Improved timeline connection lines and message item spacing These changes enhance the visual appearance and user experience of the chat interface.
This commit is contained in:
@@ -10,8 +10,9 @@
|
||||
/* Import component styles */
|
||||
@import '../components/toolcalls/shared/DiffDisplay.css';
|
||||
@import '../components/messages/AssistantMessage.css';
|
||||
@import '../components/toolcalls/shared/MergedSimpleTimeline.css';
|
||||
@import '../components/toolcalls/shared/SimpleTimeline.css';
|
||||
@import '../components/messages/QwenMessageTimeline.css';
|
||||
@import '../components/MarkdownRenderer.css';
|
||||
|
||||
|
||||
/* ===========================
|
||||
|
||||
@@ -95,7 +95,8 @@
|
||||
color: var(--app-secondary-foreground);
|
||||
}
|
||||
.btn-text-compact--primary {
|
||||
color: var(--app-primary-foreground);
|
||||
color: var(--app-secondary-foreground);
|
||||
/* color: var(--app-primary-foreground); */
|
||||
}
|
||||
.btn-text-compact:hover {
|
||||
background-color: var(--app-ghost-button-hover-background);
|
||||
|
||||
Reference in New Issue
Block a user