mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Minor layout fixes
This commit is contained in:
@@ -18,8 +18,11 @@ struct RelatedView: View {
|
||||
VideoContextMenuView(video: video)
|
||||
}
|
||||
}
|
||||
|
||||
Color.clear.padding(.bottom, 50)
|
||||
.listRowBackground(Color.clear)
|
||||
.backport
|
||||
.listRowSeparator(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -38,5 +41,6 @@ struct RelatedView: View {
|
||||
struct RelatedView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
RelatedView()
|
||||
.injectFixtureEnvironmentObjects()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user