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;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MemberTileView {
|
.MemberTileView a {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
|
@ -916,6 +916,11 @@ button.RoomDetailsView_row::after {
|
||||||
|
|
||||||
.MemberTileView {
|
.MemberTileView {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.MemberTileView a {
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MemberTileView .avatar {
|
.MemberTileView .avatar {
|
||||||
|
|
Loading…
Reference in a new issue