fix avatar styling in lightbox (#11641)

pull/28788/head^2
Germain 2023-09-21 12:42:23 +01:00 committed by GitHub
parent 54ec7e696d
commit 20fa3f2a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -479,6 +479,7 @@ export default class ImageView extends React.Component<IProps, IState> {
fallbackUserId={mxEvent.getSender()} fallbackUserId={mxEvent.getSender()}
size="32px" size="32px"
viewUserOnClick={true} viewUserOnClick={true}
className="mx_Dialog_nonDialogButton"
/> />
); );