Fix avatars of knock members for people tab of room settings (#11506)

Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
This commit is contained in:
Charly Nguyen 2023-09-01 11:40:35 +02:00 committed by GitHub
parent b1f17f5478
commit 6faad7aae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -24,6 +24,11 @@ limitations under the License.
margin: 0 var(--cpd-space-4x);
}
.mx_PeopleRoomSettingsTab_avatar {
align-self: flex-start;
flex-shrink: 0;
}
.mx_PeopleRoomSettingsTab_name {
font-weight: var(--cpd-font-weight-semibold);
}