summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-08-29 17:53:48 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-08-29 17:54:18 +0100
commite006f101c30136f4079f95c0e5c63469fe8887ff (patch)
tree9686aa3a82c981cb0a9b5f6a343e26a576ac1a5f
parentAdded case-sensitivity notes on IDs, added TODO on UTF-8. (diff)
downloadsynapse-e006f101c30136f4079f95c0e5c63469fe8887ff.tar.xz
fix mobile skin by hiding recents LHS in /rooms
-rw-r--r--webclient/app.css2
1 files changed, 2 insertions, 0 deletions
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%;