1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-31 17:45:17 +01:00

Merge pull request #702 from kylebshr/kb/button-targets

Space buttons instead of stretching
This commit is contained in:
Marcus Kida 2022-11-28 16:11:12 +01:00 committed by GitHub
commit e8bccb7eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ extension ActionToolbarContainer {
shareButton.setImage(ActionToolbarContainer.shareImage, for: .normal)
container.axis = .horizontal
container.distribution = .fill
container.distribution = .equalSpacing
replyButton.translatesAutoresizingMaskIntoConstraints = false
reblogButton.translatesAutoresizingMaskIntoConstraints = false