mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix MemberInfo layout
This commit is contained in:
parent
de26d1a8ce
commit
6e2a371017
@ -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;
|
||||
}
|
||||
|
||||
|
@ -36,10 +36,6 @@ limitations under the License.
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.mx_RightPanel .mx_RoomTile_nameContainer {
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
.mx_RoomTile_avatar_container {
|
||||
position: relative;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user