mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
its finally symetrical 🙏
This commit is contained in:
parent
47f45f63bb
commit
22e01248ae
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ class CustomMediaPlayerViewController: UIViewController {
|
|||
|
||||
NSLayoutConstraint.activate([
|
||||
skip85Button.leadingAnchor.constraint(equalTo: sliderHostingController!.view.leadingAnchor),
|
||||
skip85Button.bottomAnchor.constraint(equalTo: sliderHostingController!.view.topAnchor, constant: -3),
|
||||
skip85Button.bottomAnchor.constraint(equalTo: sliderHostingController!.view.topAnchor, constant: -5),
|
||||
skip85Button.heightAnchor.constraint(equalToConstant: 50),
|
||||
skip85Button.widthAnchor.constraint(greaterThanOrEqualToConstant: 120)
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue