tweak sender avatar per design
This commit is contained in:
parent
cfd55fe1c9
commit
e6beb0e650
@ -324,7 +324,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
- (NSUInteger)avatarSize
|
||||
{
|
||||
return 36.f;
|
||||
return 28.f;
|
||||
}
|
||||
|
||||
- (void)otherUsersProfileDidChange:(NSNotification *)notification
|
||||
|
||||
@ -92,7 +92,7 @@ public class ConversationStyle: NSObject {
|
||||
@objc
|
||||
public func updateProperties() {
|
||||
if thread.isGroupThread() {
|
||||
gutterLeading = 52
|
||||
gutterLeading = 48
|
||||
gutterTrailing = 16
|
||||
} else {
|
||||
gutterLeading = 16
|
||||
|
||||
Loading…
Reference in New Issue
Block a user