Merge pull request #3802 from matrix-org/travis/ftue/user-lists/3-filtering

Support filtering and searching for users to invite in DMs
This commit is contained in:
Travis Ralston 2020-01-06 13:38:32 -07:00 committed by GitHub
commit b44e4ab45c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 150 additions and 9 deletions

View file

@ -77,5 +77,9 @@ limitations under the License.
float: right;
line-height: 36px; // Height of the avatar to keep the time vertically aligned
}
.mx_DMInviteDialog_roomTile_highlight {
font-weight: 900;
}
}