mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
parent
43d2dd2f01
commit
3fdb75e48c
1 changed files with 2 additions and 2 deletions
|
|
@ -931,7 +931,7 @@ struct MediaInfoView: View {
|
|||
|
||||
@ViewBuilder
|
||||
private var noEpisodesSection: some View {
|
||||
VStack(spacing: 8) {
|
||||
VStack(spacing: 16) {
|
||||
Image(systemName: "tv.slash")
|
||||
.font(.system(size: 48))
|
||||
.foregroundColor(.secondary)
|
||||
|
|
@ -948,7 +948,7 @@ struct MediaInfoView: View {
|
|||
.multilineTextAlignment(.center)
|
||||
.padding(.horizontal)
|
||||
}
|
||||
.padding(.vertical, 50)
|
||||
.padding(.vertical, 60)
|
||||
}
|
||||
|
||||
private var startWatchingText: String {
|
||||
|
|
|
|||
Loading…
Reference in a new issue