feat: ai widget - improve style

This commit is contained in:
Azgaar 2024-09-22 14:29:38 +02:00
parent d94defaa18
commit 85a6bc9c66
5 changed files with 24 additions and 7 deletions

View file

@ -2388,8 +2388,10 @@ svg.button {
}
}
#chat-widget-container {
#chat-widget-minimized {
animation: fadeIn 1s ease-in;
transform: scale(0.65);
opacity: var(--bg-opacity);
}
@keyframes fadeIn {
@ -2397,7 +2399,7 @@ svg.button {
opacity: 0;
}
to {
opacity: 1;
opacity: var(--bg-opacity);
}
}