Prettier, animated placeholder :D
This commit is contained in:
parent
fcc82fbd27
commit
6b10d5f696
1 changed files with 5 additions and 1 deletions
|
@ -173,7 +173,11 @@ module.exports = React.createClass({
|
||||||
|
|
||||||
if (wantPlaceholder) {
|
if (wantPlaceholder) {
|
||||||
return (
|
return (
|
||||||
<div className="mx_RoomStatusBar_placeholderIndicator">...</div>
|
<div className="mx_RoomStatusBar_placeholderIndicator">
|
||||||
|
<span>.</span>
|
||||||
|
<span>.</span>
|
||||||
|
<span>.</span>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue