forked from mystiq/hydrogen-web
Style tile
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
4784bcc590
commit
448bf3cb3f
2 changed files with 6 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
.MemberTileView {
|
||||
.MemberTileView a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
|
@ -916,6 +916,11 @@ button.RoomDetailsView_row::after {
|
|||
|
||||
.MemberTileView {
|
||||
margin-bottom: 8px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.MemberTileView a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.MemberTileView .avatar {
|
||||
|
|
Loading…
Reference in a new issue