Grow member list search when resizing the right panel (#29267)

This commit is contained in:
David Langley
2025-02-14 16:23:30 +00:00
committed by GitHub
parent f822653d65
commit 6dbc3b489a

View File

@@ -16,6 +16,7 @@ Please see LICENSE files in the repository root for full details.
.mx_MemberListHeaderView_invite_small {
margin-left: var(--cpd-space-3x);
margin-right: var(--cpd-space-4x);
}
.mx_MemberListHeaderView_invite_large {
@@ -33,5 +34,7 @@ Please see LICENSE files in the repository root for full details.
.mx_MemberListHeaderView_search {
width: 240px;
flex-grow: 1;
margin-left: var(--cpd-space-4x);
}
}