diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-29 17:53:48 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-29 17:54:18 +0100 |
commit | e006f101c30136f4079f95c0e5c63469fe8887ff (patch) | |
tree | 9686aa3a82c981cb0a9b5f6a343e26a576ac1a5f /webclient/app.css | |
parent | Added case-sensitivity notes on IDs, added TODO on UTF-8. (diff) | |
download | synapse-e006f101c30136f4079f95c0e5c63469fe8887ff.tar.xz |
fix mobile skin by hiding recents LHS in /rooms
Diffstat (limited to 'webclient/app.css')
-rw-r--r-- | webclient/app.css | 2 |
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%; |