From ca84d9ae1632f54daf46dc9013fb42dd302e3be1 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 22 Feb 2025 00:58:12 -0800 Subject: feat: Development commit --- Sora/Views/Post/PostView.swift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Sora/Views/Post/PostView.swift') 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() -- cgit v1.2.3