handle room invites
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
background-color: #66e;
|
||||
}
|
||||
|
||||
.mx_RoomTile.invited {
|
||||
background-color: #6e6;
|
||||
}
|
||||
|
||||
.mx_RoomTile:hover {
|
||||
background-color: #ff8;
|
||||
}
|
||||
|
||||
@@ -24,6 +24,17 @@
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.mx_RoomView .mx_RoomView_invitePrompt {
|
||||
text-align: center;
|
||||
background-color: #ddd;
|
||||
border: 1px solid black;
|
||||
width: 400px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 200px;
|
||||
padding: 50px;
|
||||
}
|
||||
|
||||
.mx_RoomView .mx_MemberList {
|
||||
position: absolute;
|
||||
top: 35px;
|
||||
|
||||
Reference in New Issue
Block a user