Implement basic filtering for invite targets

Part of https://github.com/vector-im/riot-web/issues/11200
This commit is contained in:
Travis Ralston 2020-01-03 20:35:30 -07:00
parent 250222726d
commit df25a98810
3 changed files with 78 additions and 6 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;
}
}