Skip to content

Commit

Permalink
Set voice messages max width (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfogrillo authored Oct 30, 2023
1 parent 5439b65 commit 7ba2e4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ struct VoiceMessageRoomTimelineView: View {
onSeek: { onPlaybackSeek($0) },
onScrubbing: { onPlaybackScrubbing($0) })
.fixedSize(horizontal: false, vertical: true)
.frame(maxWidth: 400)
}
}

Expand Down

0 comments on commit 7ba2e4f

Please sign in to comment.