💄 (embed) Improve avatar alignment and audio auto load
This commit is contained in:
@@ -76,10 +76,10 @@
|
||||
|
||||
@keyframes chatBubbles {
|
||||
0% {
|
||||
transform: translateY(0);
|
||||
transform: translateY(2.5);
|
||||
}
|
||||
50% {
|
||||
transform: translateY(-5px);
|
||||
transform: translateY(-2.5px);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
|
||||
Reference in New Issue
Block a user