diff options
| author | Fuwn <[email protected]> | 2025-02-22 00:58:12 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-22 00:58:12 -0800 |
| commit | ca84d9ae1632f54daf46dc9013fb42dd302e3be1 (patch) | |
| tree | 2213e9790e04bd6e390ab22f7c510e3e182f43a5 /Sora/Views/Post/PostView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-ca84d9ae1632f54daf46dc9013fb42dd302e3be1.tar.xz sora-testing-ca84d9ae1632f54daf46dc9013fb42dd302e3be1.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/PostView.swift')
| -rw-r--r-- | Sora/Views/Post/PostView.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Sora/Views/Post/PostView.swift b/Sora/Views/Post/PostView.swift index 6b54a85..7d69347 100644 --- a/Sora/Views/Post/PostView.swift +++ b/Sora/Views/Post/PostView.swift @@ -35,7 +35,9 @@ struct PostView: View { radius: settings.blurNSFWThumbnails ? (post.rating != "s" && post.rating != "q") ? 10 : 0 : 0 ) + .clipped() .animation(.default, value: settings.blurNSFWThumbnails) + .clipShape(RoundedRectangle(cornerRadius: 8)) } placeholder: { ProgressView() .padding() |