From 60d2d4525537cbeb207336f460f65f9d5c44dae5 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 20 Jan 2016 15:39:42 +0000 Subject: [PATCH] readd in the .mx_EntityTile_power class. don't understand why it was killed :'( --- .../css/matrix-react-sdk/views/rooms/EntityTile.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/EntityTile.css b/src/skins/vector/css/matrix-react-sdk/views/rooms/EntityTile.css index 99965bff91..819ef2ab40 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/rooms/EntityTile.css +++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/EntityTile.css @@ -43,6 +43,14 @@ limitations under the License. position: relative; } +.mx_EntityTile_power { + position: absolute; + width: 16px; + height: 17px; + top: 0px; + right: 6px; +} + .mx_EntityTile_name { display: table-cell; vertical-align: middle;