fix: #965 improve loading animation

This commit is contained in:
Yidadaa
2023-04-21 23:37:25 +08:00
parent e1ce1f2f40
commit ab826363ea
2 changed files with 6 additions and 6 deletions

View File

@@ -313,6 +313,10 @@
.chat-message {
display: flex;
flex-direction: row;
&:last-child {
animation: slide-in ease 0.3s;
}
}
.chat-message-user {
@@ -325,7 +329,6 @@
display: flex;
flex-direction: column;
align-items: flex-start;
animation: slide-in ease 0.3s;
&:hover {
.chat-message-top-actions {