Skip to content

Commit

Permalink
Fix MessageAudio spinner
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and indutny-signal committed Sep 28, 2021
1 parent f2b7bd9 commit a7b1576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/components/MessageAudio.scss
Expand Up @@ -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 & {
Expand Down

0 comments on commit a7b1576

Please sign in to comment.