mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-19 02:30:52 +08:00
center ... with avatar in comments, fixes #461
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user