mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-26 05:54:06 +01:00
feat: add Skills component and integrate skills data; enhance CommandPalette and MessageContainer with improved UI and animations
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
|
||||
--ui-font-family: 'DM Sans', sans-serif;
|
||||
transition-duration: 0.7s;
|
||||
|
||||
.prose {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
.dark {
|
||||
@@ -31,6 +35,10 @@
|
||||
|
||||
--ui-font-family: 'DM Sans', sans-serif;
|
||||
transition-duration: 0.7s;
|
||||
|
||||
.prose {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes wave {
|
||||
|
||||
Reference in New Issue
Block a user