summaryrefslogtreecommitdiff
path: root/Sora/Views/Post
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-28 03:38:40 -0800
committerFuwn <[email protected]>2025-02-28 03:38:40 -0800
commitd2a472711b28ac5a05a66235f0e0f809130968e4 (patch)
treea96d6cf0c63d97f3da2ab2d27744d26ac988ecf1 /Sora/Views/Post
parentfeat: Development commit (diff)
downloadsora-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.swift1
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)
}
}
}