diff options
| author | Fuwn <[email protected]> | 2025-02-19 04:44:47 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-19 04:44:47 -0800 |
| commit | f10eb688159b2e714aec4375a0d228de03f76b30 (patch) | |
| tree | 53a5fae5bea3ef1befb923c44dc3a71efeb6b819 /Sora/Views/Post/PostView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-f10eb688159b2e714aec4375a0d228de03f76b30.tar.xz sora-testing-f10eb688159b2e714aec4375a0d228de03f76b30.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/PostView.swift')
| -rw-r--r-- | Sora/Views/Post/PostView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Views/Post/PostView.swift b/Sora/Views/Post/PostView.swift index d070aac..229280c 100644 --- a/Sora/Views/Post/PostView.swift +++ b/Sora/Views/Post/PostView.swift @@ -32,6 +32,7 @@ struct PostView: View { } } placeholder: { ProgressView() + .padding() } } } |