center ... with avatar in comments, fixes #461

This commit is contained in:
Ryan Nystrom
2017-09-28 19:36:45 -04:00
parent 1b0e09c5f9
commit fb4a4ee69c

View File

@@ -81,7 +81,7 @@ final class IssueCommentDetailCell: UICollectionViewCell, ListBindable {
contentView.addSubview(moreButton)
moreButton.snp.makeConstraints { make in
make.size.equalTo(Styles.Sizes.icon)
make.centerY.equalTo(contentView)
make.centerY.equalTo(imageView)
make.right.equalTo(contentView).offset(-Styles.Sizes.gutter)
}