diff options
| author | Fuwn <[email protected]> | 2025-02-28 03:38:40 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-28 03:38:40 -0800 |
| commit | d2a472711b28ac5a05a66235f0e0f809130968e4 (patch) | |
| tree | a96d6cf0c63d97f3da2ab2d27744d26ac988ecf1 /Sora/Views/Post | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-d2a472711b28ac5a05a66235f0e0f809130968e4.tar.xz sora-testing-d2a472711b28ac5a05a66235f0e0f809130968e4.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index 0921c2e..76bfa7c 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -113,6 +113,7 @@ struct PostGridView: View { .scrollDisabled(manager.isLoading) .sheet(isPresented: $isSearchHistoryPresented) { PostGridSearchHistoryView(selectedTab: .constant(0)) + .frame(minHeight: 250) } } } |