mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Handle the content inset area at the bottom of newer devices
This commit is contained in:
parent
073fd66f4f
commit
1650a1dee2
1 changed files with 2 additions and 3 deletions
|
|
@ -355,14 +355,13 @@
|
|||
scrubber
|
||||
audioButtons
|
||||
}
|
||||
.frame(height: 138)
|
||||
.background(Color.themeSolidBackground)
|
||||
.padding(.bottom, 8)
|
||||
.cornerRadius(8)
|
||||
.padding(.bottom, -8)
|
||||
.frame(maxWidth: .infinity, maxHeight: 138)
|
||||
.background(Color.themeSolidBackground.ignoresSafeArea())
|
||||
}
|
||||
}
|
||||
.padding(0)
|
||||
.onAppear {
|
||||
self.tabIndex = audioController.currentAudioIndex
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue