Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix avatar styling in lightbox (#11641)
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain authored Sep 21, 2023
1 parent 54ec7e6 commit 20fa3f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/elements/ImageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ export default class ImageView extends React.Component<IProps, IState> {
fallbackUserId={mxEvent.getSender()}
size="32px"
viewUserOnClick={true}
className="mx_Dialog_nonDialogButton"
/>
);

Expand Down

0 comments on commit 20fa3f2

Please sign in to comment.