Skip to content

Commit

Permalink
fix: Remove image asset width for read indicator (#16910)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemvs authored Feb 26, 2024
1 parent 60915da commit 0c71c1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const ImageAsset: React.FC<ImageAssetProps> = ({
const imageContainerStyle: CSSObject = {
aspectRatio: isFileSharingReceivingEnabled ? `${asset.ratio}` : undefined,
maxWidth: 'calc(100% - var(--conversation-message-sender-width))',
width: asset.width,
maxHeight: '80vh',
};

return (
Expand Down

0 comments on commit 0c71c1c

Please sign in to comment.