tweak sender avatar per design

This commit is contained in:
Michael Kirk 2019-09-25 18:51:55 -07:00
parent cfd55fe1c9
commit e6beb0e650
2 changed files with 2 additions and 2 deletions

View File

@ -324,7 +324,7 @@ NS_ASSUME_NONNULL_BEGIN
- (NSUInteger)avatarSize
{
return 36.f;
return 28.f;
}
- (void)otherUsersProfileDidChange:(NSNotification *)notification

View File

@ -92,7 +92,7 @@ public class ConversationStyle: NSObject {
@objc
public func updateProperties() {
if thread.isGroupThread() {
gutterLeading = 52
gutterLeading = 48
gutterTrailing = 16
} else {
gutterLeading = 16