fix: wave — left side, 2s delay, larger emoji

This commit is contained in:
juanatsap
2026-04-09 11:39:25 +01:00
parent 33fd31d246
commit 023c445a88
+3 -3
View File
@@ -46,9 +46,9 @@
.chat-wave {
position: absolute;
top: -8px;
right: -8px;
font-size: 0.85rem;
animation: chatWaveHello 3s ease-in-out 3s forwards;
left: -8px;
font-size: 1rem;
animation: chatWaveHello 3s ease-in-out 2s forwards;
opacity: 0;
pointer-events: none;
}