diff --git a/index.css b/index.css index 49ecd8f0..b36a0716 100644 --- a/index.css +++ b/index.css @@ -2388,6 +2388,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 3c4d525b..e3154e9e 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ } - + @@ -1827,6 +1827,16 @@ + + + Azgaar assistant + +