mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-21 03:28:11 -04:00
fix mobile skin by hiding recents LHS in /rooms
This commit is contained in:
parent
74cc722b96
commit
e006f101c3
1 changed files with 2 additions and 0 deletions
|
@ -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%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue