diff --git a/index.css b/index.css index dba16da2..8d90b329 100644 --- a/index.css +++ b/index.css @@ -2432,6 +2432,21 @@ svg.button { } } +#chat-widget-minimized { + animation: fadeIn 1s ease-in; + transform: scale(0.65); + opacity: var(--bg-opacity); +} + +@keyframes fadeIn { + from { + opacity: 0; + } + to { + opacity: var(--bg-opacity); + } +} + @media print { div, canvas { diff --git a/index.html b/index.html index e96b4e3c..493c58a1 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ } - + @@ -1847,6 +1847,16 @@ + + + Azgaar assistant + +