feat: assistant - minify js, add option UI

This commit is contained in:
Azgaar 2024-09-01 16:32:06 +02:00
parent 6a0ee5827e
commit cb34491a17
4 changed files with 31 additions and 41 deletions

View file

@ -2400,6 +2400,19 @@ svg.button {
}
}
#chat-widget-container {
animation: fadeIn 1s ease-in;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media print {
div,
canvas {