styling for button in member details to open DM

This commit is contained in:
Bruno Windels 2022-02-10 14:38:12 +01:00
parent 147810864f
commit 955a6bd6f9
1 changed files with 6 additions and 2 deletions

View File

@ -1074,10 +1074,14 @@ button.RoomDetailsView_row::after {
flex-direction: column;
}
.MemberDetailsView_options a{
.MemberDetailsView_options a, .MemberDetailsView_options button {
color: #0dbd8b;
text-decoration: none;
margin-bottom: 3px;
margin: 0 0 3px 0;
padding: 0;
border: none;
background: none;
cursor: pointer;
}
.LazyListParent {