From 7ee5288849dc687515f8ad499e7c95c73f842394 Mon Sep 17 00:00:00 2001 From: Emmanuel ROHEE Date: Wed, 27 Aug 2014 16:58:44 +0200 Subject: [PATCH] Added the recents component at the left hand side of the room page --- webclient/app.css | 9 +++++++++ webclient/room/room.html | 6 +++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/webclient/app.css b/webclient/app.css index bc23f76f0..e2526dcba 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -387,6 +387,15 @@ h1 { padding-bottom: 5px; } +/*** Recents in the room page ***/ +#roomRecentsTableWrapper { + float: left; + max-width: 320px; + margin-right: 20px; + height: 100%; + overflow-y: auto; +} + /*** Profile ***/ .profile-avatar { diff --git a/webclient/room/room.html b/webclient/room/room.html index c167819f1..236ca0a89 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html @@ -7,7 +7,11 @@
{{ room_alias || room_id }}
- + +
+
+
+