forked from mystiq/hydrogen-web
styling for button in member details to open DM
This commit is contained in:
parent
147810864f
commit
955a6bd6f9
1 changed files with 6 additions and 2 deletions
|
@ -1074,10 +1074,14 @@ button.RoomDetailsView_row::after {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MemberDetailsView_options a{
|
.MemberDetailsView_options a, .MemberDetailsView_options button {
|
||||||
color: #0dbd8b;
|
color: #0dbd8b;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-bottom: 3px;
|
margin: 0 0 3px 0;
|
||||||
|
padding: 0;
|
||||||
|
border: none;
|
||||||
|
background: none;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LazyListParent {
|
.LazyListParent {
|
||||||
|
|
Loading…
Reference in a new issue