From e006f101c30136f4079f95c0e5c63469fe8887ff Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 29 Aug 2014 17:53:48 +0100 Subject: [PATCH] fix mobile skin by hiding recents LHS in /rooms --- webclient/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webclient/app.css b/webclient/app.css index 16f9dd72b7..4e93bc9934 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -28,6 +28,7 @@ } #userIdCell, + #roomRecentsTableWrapper, #usersTableWrapper, #extraControls { display: none; @@ -353,6 +354,7 @@ h1 { } /*** Recents ***/ + .recentsTable { max-width: 480px; width: 100%;