diff --git a/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m b/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m index 5fc474a0f5..da01fca01b 100644 --- a/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m +++ b/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m @@ -324,7 +324,7 @@ NS_ASSUME_NONNULL_BEGIN - (NSUInteger)avatarSize { - return 36.f; + return 28.f; } - (void)otherUsersProfileDidChange:(NSNotification *)notification diff --git a/SignalMessaging/utils/ConversationStyle.swift b/SignalMessaging/utils/ConversationStyle.swift index fb44dbc95d..f3370386c7 100644 --- a/SignalMessaging/utils/ConversationStyle.swift +++ b/SignalMessaging/utils/ConversationStyle.swift @@ -92,7 +92,7 @@ public class ConversationStyle: NSObject { @objc public func updateProperties() { if thread.isGroupThread() { - gutterLeading = 52 + gutterLeading = 48 gutterTrailing = 16 } else { gutterLeading = 16