fix MemberInfo layout

This commit is contained in:
Matthew Hodgson 2016-09-16 14:35:58 +01:00
parent de26d1a8ce
commit 6e2a371017
2 changed files with 13 additions and 5 deletions

View file

@ -25,6 +25,18 @@ limitations under the License.
margin-top: 6px;
}
.mx_MemberInfo .mx_RoomTile_nameContainer {
width: 154px;
}
.mx_MemberInfo .mx_RoomTile_badge {
display: none;
}
.mx_MemberInfo .mx_RoomTile_name {
width: 160px;
}
.mx_MemberInfo_cancel {
float: right;
margin-right: 10px;
@ -80,7 +92,7 @@ limitations under the License.
}
.mx_MemberInfo_createRoom_label {
width: 160px ! important;
width: 150px ! important;
cursor: pointer;
}

View file

@ -36,10 +36,6 @@ limitations under the License.
height: 24px;
}
.mx_RightPanel .mx_RoomTile_nameContainer {
width: 170px;
}
.mx_RoomTile_avatar_container {
position: relative;
}