diff --git a/Session/Conversations/Message Cells/VisibleMessageCell.swift b/Session/Conversations/Message Cells/VisibleMessageCell.swift index a56bf9119..6dfc88fff 100644 --- a/Session/Conversations/Message Cells/VisibleMessageCell.swift +++ b/Session/Conversations/Message Cells/VisibleMessageCell.swift @@ -147,7 +147,7 @@ final class VisibleMessageCell: MessageCell, TappableLabelDelegate { var result = groupThreadHSpacing + profilePictureSize + groupThreadHSpacing if UIDevice.current.isIPad { - result += CGFloat(UIScreen.main.bounds.width / 2 - 88) + result += 168 } return result