Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #251 from aviraldg/feature-pretty-placeholder
Browse files Browse the repository at this point in the history
Prettier, animated placeholder :D
  • Loading branch information
ara4n committed Mar 30, 2016
2 parents 49e75b7 + 6b10d5f commit 182fa22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/structures/RoomStatusBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,11 @@ module.exports = React.createClass({

if (wantPlaceholder) {
return (
<div className="mx_RoomStatusBar_placeholderIndicator">...</div>
<div className="mx_RoomStatusBar_placeholderIndicator">
<span>.</span>
<span>.</span>
<span>.</span>
</div>
);
}

Expand Down

0 comments on commit 182fa22

Please sign in to comment.