about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/loading_indicator.js
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-07-23 20:28:18 +0200
committerGitHub <noreply@github.com>2017-07-23 20:28:18 +0200
commit1e0c7a0afc0f3635c9b5f43f53c386aea9e1f650 (patch)
tree160ec89613290ce60bbb74d4038593e5ff094e61 /app/javascript/mastodon/components/loading_indicator.js
parent3a3b556065d34a52843b427fb211d8649f01fe89 (diff)
Add loading indicator animation (#4316)
Diffstat (limited to 'app/javascript/mastodon/components/loading_indicator.js')
-rw-r--r--app/javascript/mastodon/components/loading_indicator.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/mastodon/components/loading_indicator.js b/app/javascript/mastodon/components/loading_indicator.js
index c09244834..d6a5adb6f 100644
--- a/app/javascript/mastodon/components/loading_indicator.js
+++ b/app/javascript/mastodon/components/loading_indicator.js
@@ -3,6 +3,7 @@ import { FormattedMessage } from 'react-intl';
 
 const LoadingIndicator = () => (
   <div className='loading-indicator'>
+    <div className='loading-indicator__figure' />
     <FormattedMessage id='loading_indicator.label' defaultMessage='Loading...' />
   </div>
 );