💄 (embed) Improve avatar alignment and audio auto load

This commit is contained in:
Baptiste Arnaud
2023-07-31 18:22:50 +02:00
parent e34b939786
commit 14c3d95b8a
9 changed files with 101 additions and 78 deletions

View File

@@ -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);