mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +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:
@@ -45,7 +45,7 @@ export const UserMessage: React.FC<UserMessageProps> = ({
|
||||
|
||||
return (
|
||||
<div
|
||||
className="qwen-message message-item user-message-container flex gap-0 items-start text-left flex-col relative animate-[fadeIn_0.2s_ease-in]"
|
||||
className="qwen-message user-message-container flex gap-0 my-1 items-start text-left flex-col relative animate-[fadeIn_0.2s_ease-in]"
|
||||
style={{ position: 'relative' }}
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user