Skip to content
Snippets Groups Projects
Commit e006f101 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

fix mobile skin by hiding recents LHS in /rooms

parent 74cc722b
Branches
Tags
No related merge requests found
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
} }
#userIdCell, #userIdCell,
#roomRecentsTableWrapper,
#usersTableWrapper, #usersTableWrapper,
#extraControls { #extraControls {
display: none; display: none;
...@@ -353,6 +354,7 @@ h1 { ...@@ -353,6 +354,7 @@ h1 {
} }
/*** Recents ***/ /*** Recents ***/
.recentsTable { .recentsTable {
max-width: 480px; max-width: 480px;
width: 100%; width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment