mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
fix: post visibility icon layout issue
This commit is contained in:
parent
62ec9a8e8d
commit
2aede8d461
@ -353,7 +353,9 @@ extension StatusView {
|
||||
nameTrialingDotLabel.setContentCompressionResistancePriority(.required - 2, for: .horizontal)
|
||||
dateLabel.setContentHuggingPriority(.defaultHigh, for: .horizontal)
|
||||
dateLabel.setContentCompressionResistancePriority(.required - 1, for: .horizontal)
|
||||
visibilityImageView.setContentHuggingPriority(.defaultHigh + 3, for: .horizontal)
|
||||
visibilityImageView.setContentHuggingPriority(.required - 1, for: .horizontal)
|
||||
visibilityImageView.setContentHuggingPriority(.required - 1, for: .vertical)
|
||||
visibilityImageView.setContentCompressionResistancePriority(.required - 1, for: .horizontal)
|
||||
|
||||
// subtitle container: [username]
|
||||
let subtitleContainerStackView = UIStackView()
|
||||
|
Loading…
x
Reference in New Issue
Block a user