fix: wave — left side, 2s delay, larger emoji
This commit is contained in:
@@ -46,9 +46,9 @@
|
|||||||
.chat-wave {
|
.chat-wave {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -8px;
|
top: -8px;
|
||||||
right: -8px;
|
left: -8px;
|
||||||
font-size: 0.85rem;
|
font-size: 1rem;
|
||||||
animation: chatWaveHello 3s ease-in-out 3s forwards;
|
animation: chatWaveHello 3s ease-in-out 2s forwards;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user