Fix channel videos horizontal layout

This commit is contained in:
Arkadiusz Fal
2023-05-21 17:17:56 +02:00
parent 8f9de6d1be
commit d5f8e35430
2 changed files with 5 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ struct ChannelVideosView: View {
.frame(maxWidth: .infinity)
#endif
VerticalCells(items: contentItems) {
VerticalCells(items: contentItems, edgesIgnoringSafeArea: .init()) {
if let description = presentedChannel?.description, !description.isEmpty {
Button {
withAnimation(.spring()) {