diff --git a/Shared/Videos/VerticalCells.swift b/Shared/Videos/VerticalCells.swift index 23e892f4..b4396505 100644 --- a/Shared/Videos/VerticalCells.swift +++ b/Shared/Videos/VerticalCells.swift @@ -49,7 +49,9 @@ struct VerticalCells: View { .padding() } .animation(nil) - .edgesIgnoringSafeArea(edgesIgnoringSafeArea) + #if os(iOS) + .edgesIgnoringSafeArea(edgesIgnoringSafeArea) + #endif #if os(macOS) .background(Color.secondaryBackground) .frame(minWidth: Constants.contentViewMinWidth)