mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove extra spacing at top of fullscreen player
This commit is contained in:
parent
ae5c8269ff
commit
77e9dc7094
1 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ public struct MiniPlayer: View {
|
|||
if expanded {
|
||||
ZStack {
|
||||
closeButton
|
||||
.padding(.top, 8)
|
||||
.padding(.top, 24)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
|
||||
// shareButton
|
||||
|
|
@ -316,7 +316,7 @@ public struct MiniPlayer: View {
|
|||
ZStack(alignment: .center) {
|
||||
presentingView
|
||||
VStack {
|
||||
Spacer()
|
||||
Spacer(minLength: 0)
|
||||
if let item = self.audioSession.item, isPresented {
|
||||
playerContent(item)
|
||||
.offset(y: offset)
|
||||
|
|
|
|||
Loading…
Reference in a new issue