summaryrefslogtreecommitdiff
path: root/Sora/Views/Post
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-12 03:09:49 -0700
committerFuwn <[email protected]>2025-03-12 03:09:49 -0700
commitcad9a1b33169e151b8622ae8b65fc44b2748bb96 (patch)
treec5ce067e2ccc55a94012ebe3882a142d777e2dca /Sora/Views/Post
parentfeat: Development commit (diff)
downloadsora-testing-cad9a1b33169e151b8622ae8b65fc44b2748bb96.tar.xz
sora-testing-cad9a1b33169e151b8622ae8b65fc44b2748bb96.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post')
-rw-r--r--Sora/Views/Post/Details/PostDetailsView.swift2
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift4
2 files changed, 3 insertions, 3 deletions
diff --git a/Sora/Views/Post/Details/PostDetailsView.swift b/Sora/Views/Post/Details/PostDetailsView.swift
index c75f022..ba81b65 100644
--- a/Sora/Views/Post/Details/PostDetailsView.swift
+++ b/Sora/Views/Post/Details/PostDetailsView.swift
@@ -128,7 +128,7 @@ struct PostDetailsView: View {
tags: post.tags,
selectedPost: $selectedPost
)
- .frame(minHeight: 250)
+ .frame(minHeight: 250)
}
}
}
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift
index 7a0091d..2b9d29b 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -98,9 +98,9 @@ struct PostGridView: View {
if !manager.tags.isEmpty {
#if os(macOS)
- ToolbarItem { PostGridBookmarkButtonView(manager: manager) }
+ ToolbarItem { PostGridBookmarkButtonView(manager: manager) }
#else
- ToolbarItem(placement: .bottomBar) { PostGridBookmarkButtonView(manager: manager) }
+ ToolbarItem(placement: .bottomBar) { PostGridBookmarkButtonView(manager: manager) }
#endif
}
}