chore: Improve Hashtag Header Post Count label alignment

This commit is contained in:
Marcus Kida 2022-12-01 14:31:56 +01:00
parent bf5a091798
commit 324e782fd5
No known key found for this signature in database
GPG Key ID: 19FF64E08013CA40
1 changed files with 2 additions and 2 deletions

View File

@ -124,8 +124,8 @@ private extension HashtagTimelineHeaderView {
titleLabel.trailingAnchor.constraint(equalTo: trailingAnchor, constant: -CGFloat.padding),
postCountLabel.topAnchor.constraint(equalTo: titleLabel.bottomAnchor, constant: .padding),
postCountLabel.leadingAnchor.constraint(equalTo: titleLabel.leadingAnchor),
postCountDescLabel.leadingAnchor.constraint(equalTo: postCountLabel.leadingAnchor),
postCountLabel.centerXAnchor.constraint(equalTo: postCountDescLabel.centerXAnchor),
postCountDescLabel.leadingAnchor.constraint(equalTo: titleLabel.leadingAnchor),
participantsDescLabel.leadingAnchor.constraint(equalTo: postCountDescLabel.trailingAnchor, constant: .descriptionLabelSpacing),
participantsLabel.centerXAnchor.constraint(equalTo: participantsDescLabel.centerXAnchor),