Minor improvements

This commit is contained in:
Arkadiusz Fal
2022-12-19 13:45:41 +01:00
parent d80929bd88
commit 16e365ce6c
7 changed files with 19 additions and 17 deletions

View File

@@ -120,6 +120,7 @@ struct VideoDetails: View {
}
.modifier(SettingsPickerModifier())
.offset(x: 15, y: 5)
.opacity(descriptionVisibility ? 1 : 0)
#endif
}
@@ -214,7 +215,7 @@ struct VideoDetails: View {
)
)
.zIndex(0)
.frame(maxHeight: 15)
.frame(maxHeight: 25)
#endif
}
}