Fix MessageAudio spinner

This commit is contained in:
Fedor Indutny 2021-09-28 15:12:19 -07:00 committed by GitHub
parent 29de067c0e
commit 1191288107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ $audio-attachment-button-margin-small: 4px;
}
&--pending::before {
animation: spinner-arc-animation 1000ms linear infinite;
animation: rotate 1000ms linear infinite;
}
.module-message__audio-attachment--incoming & {