mirror of
https://github.com/yattee/yattee.git
synced 2026-01-16 08:42:33 +00:00
Fix channel videos horizontal layout
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user