Skip to content

Commit 6e2a371

Browse files
committed
fix MemberInfo layout
1 parent de26d1a commit 6e2a371

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

src/skins/vector/css/matrix-react-sdk/views/rooms/MemberInfo.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ limitations under the License.
2525
margin-top: 6px;
2626
}
2727

28+
.mx_MemberInfo .mx_RoomTile_nameContainer {
29+
width: 154px;
30+
}
31+
32+
.mx_MemberInfo .mx_RoomTile_badge {
33+
display: none;
34+
}
35+
36+
.mx_MemberInfo .mx_RoomTile_name {
37+
width: 160px;
38+
}
39+
2840
.mx_MemberInfo_cancel {
2941
float: right;
3042
margin-right: 10px;
@@ -80,7 +92,7 @@ limitations under the License.
8092
}
8193

8294
.mx_MemberInfo_createRoom_label {
83-
width: 160px ! important;
95+
width: 150px ! important;
8496
cursor: pointer;
8597
}
8698

src/skins/vector/css/matrix-react-sdk/views/rooms/RoomTile.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ limitations under the License.
3636
height: 24px;
3737
}
3838

39-
.mx_RightPanel .mx_RoomTile_nameContainer {
40-
width: 170px;
41-
}
42-
4339
.mx_RoomTile_avatar_container {
4440
position: relative;
4541
}

0 commit comments

Comments
 (0)