0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-15 00:33:50 +01:00

fix mobile skin by hiding recents LHS in /rooms

This commit is contained in:
Matthew Hodgson 2014-08-29 17:53:48 +01:00
parent 74cc722b96
commit e006f101c3

View file

@ -28,6 +28,7 @@
} }
#userIdCell, #userIdCell,
#roomRecentsTableWrapper,
#usersTableWrapper, #usersTableWrapper,
#extraControls { #extraControls {
display: none; display: none;
@ -353,6 +354,7 @@ h1 {
} }
/*** Recents ***/ /*** Recents ***/
.recentsTable { .recentsTable {
max-width: 480px; max-width: 480px;
width: 100%; width: 100%;