diff --git a/SodaLive/Sources/Content/All/ContentNewAllItemView.swift b/SodaLive/Sources/Content/All/ContentNewAllItemView.swift index fdedffb..a74dec0 100644 --- a/SodaLive/Sources/Content/All/ContentNewAllItemView.swift +++ b/SodaLive/Sources/Content/All/ContentNewAllItemView.swift @@ -50,7 +50,7 @@ struct ContentNewAllItemView: View { } .frame(width: width) .onAppear { - width = (screenSize().width - 40) / 2 + width = (screenSize().width - 54) / 3 } } } diff --git a/SodaLive/Sources/Content/All/ContentNewAllView.swift b/SodaLive/Sources/Content/All/ContentNewAllView.swift index 01451fd..a02811d 100644 --- a/SodaLive/Sources/Content/All/ContentNewAllView.swift +++ b/SodaLive/Sources/Content/All/ContentNewAllView.swift @@ -12,6 +12,7 @@ struct ContentNewAllView: View { @StateObject var viewModel = ContentNewAllViewModel() let columns = [ + GridItem(.flexible(), alignment: .top), GridItem(.flexible(), alignment: .top), GridItem(.flexible(), alignment: .top) ] diff --git a/SodaLive/Sources/Content/Curation/ContentCurationView.swift b/SodaLive/Sources/Content/Curation/ContentCurationView.swift index d1720e6..c09dac6 100644 --- a/SodaLive/Sources/Content/Curation/ContentCurationView.swift +++ b/SodaLive/Sources/Content/Curation/ContentCurationView.swift @@ -15,6 +15,7 @@ struct ContentCurationView: View { let curationId: Int let columns = [ + GridItem(.flexible(), alignment: .top), GridItem(.flexible(), alignment: .top), GridItem(.flexible(), alignment: .top) ]