fix: meta label in post thread scene layout issue

This commit is contained in:
CMK 2021-05-11 16:26:42 +08:00
parent a349a76bdd
commit 940e69456d
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ extension ThreadMetaView {
containerStackView.addArrangedSubview(actionButtonStackView)
actionButtonStackView.axis = .horizontal
actionButtonStackView.spacing = 20
actionButtonStackView.addArrangedSubview(reblogButton)
actionButtonStackView.addArrangedSubview(favoriteButton)