diff --git a/Session/Conversations/Message Cells/Content Views/ReactionContainerView.swift b/Session/Conversations/Message Cells/Content Views/ReactionContainerView.swift index 583142633..78410b688 100644 --- a/Session/Conversations/Message Cells/Content Views/ReactionContainerView.swift +++ b/Session/Conversations/Message Cells/Content Views/ReactionContainerView.swift @@ -75,6 +75,7 @@ final class ReactionContainerView: UIView { arrow.pin(.top, to: .top, of: result) arrow.pin(.leading, to: .leading, of: result) arrow.pin(.bottom, to: .bottom, of: result) +// arrow.set(.width, to: Self.arrowSize.width) textLabel.pin(.top, to: .top, of: result) textLabel.pin(.leading, to: .trailing, of: arrow, withInset: ReactionContainerView.arrowSpacing) diff --git a/Session/Conversations/Message Cells/VisibleMessageCell.swift b/Session/Conversations/Message Cells/VisibleMessageCell.swift index 5c0641334..d70a5f3d3 100644 --- a/Session/Conversations/Message Cells/VisibleMessageCell.swift +++ b/Session/Conversations/Message Cells/VisibleMessageCell.swift @@ -372,7 +372,7 @@ final class VisibleMessageCell: MessageCell, TappableLabelDelegate { for: cellViewModel, maxWidth: VisibleMessageCell.getMaxWidth( for: cellViewModel, - includingOppositeGutter: UIDevice.current.isIPad + includingOppositeGutter: false ), showExpandedReactions: showExpandedReactions )