Fix reblogs count button not being leading-aligned

Closes #388
This commit is contained in:
Shadowfacts 2023-05-27 15:18:03 -07:00
parent d9a6bb0fd2
commit e9727ac2c5
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ class ConversationMainStatusCollectionViewCell: UICollectionViewListCell, Status
]).configure {
$0.axis = .horizontal
$0.spacing = 8
$0.distribution = .fillProportionally
}
private let timestampAndClientLabel = UILabel().configure {