Inspector and other layouts fixes

This commit is contained in:
Arkadiusz Fal
2022-11-13 21:52:29 +01:00
parent 4ee1383f3a
commit e58afcbf3f
5 changed files with 36 additions and 17 deletions

View File

@@ -18,6 +18,8 @@ struct RelatedView: View {
VideoContextMenuView(video: video)
}
}
Color.clear.padding(.bottom, 50)
.listRowBackground(Color.clear)
}
}
}