Revert "ds"

This reverts commit f8cc12ff15.
This commit is contained in:
Francesco 2025-06-03 18:05:24 +02:00
parent 43d2dd2f01
commit 3fdb75e48c

View file

@ -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 {