Further tweaks

This commit is contained in:
nielsandriesse 2020-09-04 14:50:06 +10:00
parent 07dc6187bb
commit f1054ba60d
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN
- (CGFloat)vMargin
{
return 5.f;
return 4.f;
}
- (CGSize)measureSizeWithMaxMessageWidth:(CGFloat)maxMessageWidth
@ -101,7 +101,7 @@ NS_ASSUME_NONNULL_BEGIN
self.alignment = UIStackViewAlignmentCenter;
self.spacing = self.hSpacing;
self.layoutMarginsRelativeArrangement = YES;
self.layoutMargins = UIEdgeInsetsMake(self.vMargin, 0, self.vMargin, 0);
self.layoutMargins = UIEdgeInsetsMake(self.vMargin, 0, self.vMargin - 4, 0);
// attachment_file
UIImage *image = [UIImage imageNamed:@"generic-attachment"];

View File

@ -628,7 +628,7 @@ NS_ASSUME_NONNULL_BEGIN
- (CGFloat)bodyMediaQuotedReplyVSpacing
{
return 6.f;
return 4.f;
}
- (CGFloat)quotedReplyTopMargin