Fix MessageAudio spinner
This commit is contained in:
parent
29de067c0e
commit
1191288107
1 changed files with 1 additions and 1 deletions
|
@ -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 & {
|
||||
|
|
Loading…
Reference in a new issue