From aa8501d8f3025d2bf4cbbe08ea5226b0d6f52a38 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 19 Feb 2025 00:24:03 -0800 Subject: feat: Development commit --- Sora/Views/Post/PostGridView.swift | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Sora/Views/Post/PostGridView.swift') diff --git a/Sora/Views/Post/PostGridView.swift b/Sora/Views/Post/PostGridView.swift index 4c43eeb..1cb51fc 100644 --- a/Sora/Views/Post/PostGridView.swift +++ b/Sora/Views/Post/PostGridView.swift @@ -10,10 +10,7 @@ struct PostGridView: View { ScrollView { if manager.posts.isEmpty { ProgressView() - .frame( - width: settings.softLimitAsCGFloat(), - height: settings.softLimitAsCGFloat() - ) + .padding() } WaterfallGrid(manager.posts, id: \.id) { post in -- cgit v1.2.3