Style tile

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-07-22 19:58:55 +05:30
parent 4784bcc590
commit 448bf3cb3f
2 changed files with 6 additions and 1 deletions

View file

@ -45,7 +45,7 @@
visibility: hidden;
}
.MemberTileView {
.MemberTileView a {
display: flex;
align-items: center;
}

View file

@ -916,6 +916,11 @@ button.RoomDetailsView_row::after {
.MemberTileView {
margin-bottom: 8px;
list-style: none;
}
.MemberTileView a {
text-decoration: none;
}
.MemberTileView .avatar {