diff options
| author | Fuwn <[email protected]> | 2025-06-15 04:04:51 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-15 04:04:51 -0700 |
| commit | e01b0753038bcdee9491c67680ba08708c8d8954 (patch) | |
| tree | 5d0af0e895305f98aff869416a95a06d6d9a4b4b /Sora/Views/Post/Grid/PostGridView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-e01b0753038bcdee9491c67680ba08708c8d8954.tar.xz sora-testing-e01b0753038bcdee9491c67680ba08708c8d8954.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index 6d40c7e..4aa4b39 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -184,7 +184,6 @@ struct PostGridView: View { selectedTab: $selectedTab, isPresented: $isSearchHistoryPresented ) - .frame(minHeight: 250) } #if os(iOS) .gesture( |