mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
style(vscode-ide-companion): use tailwind to refactor some ui components
This commit is contained in:
@@ -23,6 +23,16 @@ export default {
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
keyframes: {
|
||||
// ClaudeCompletionMenu mount animation: fade in + slight upward slide
|
||||
'completion-menu-enter': {
|
||||
'0%': { opacity: '0', transform: 'translateY(4px)' },
|
||||
'100%': { opacity: '1', transform: 'translateY(0)' },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
'completion-menu-enter': 'completion-menu-enter 150ms ease-out both',
|
||||
},
|
||||
colors: {
|
||||
qwen: {
|
||||
orange: '#615fff',
|
||||
|
||||
Reference in New Issue
Block a user