From 6b10d5f6960ac7de557e4b0e9ec968569ea8c8ed Mon Sep 17 00:00:00 2001 From: Aviral Dasgupta Date: Mon, 28 Mar 2016 19:39:36 +0530 Subject: [PATCH] Prettier, animated placeholder :D --- src/components/structures/RoomStatusBar.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/structures/RoomStatusBar.js b/src/components/structures/RoomStatusBar.js index 530ea4699f..92f50dcb02 100644 --- a/src/components/structures/RoomStatusBar.js +++ b/src/components/structures/RoomStatusBar.js @@ -173,7 +173,11 @@ module.exports = React.createClass({ if (wantPlaceholder) { return ( -
...
+
+ . + . + . +
); }