From a2a6117143583dd180e2d8e1f4e1206cc83134b0 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 10 Jun 2025 10:11:46 +0200 Subject: [PATCH] Fix wrong dimensions on blurhash previews of news articles in web UI (#34990) --- app/javascript/mastodon/features/explore/components/story.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/explore/components/story.jsx b/app/javascript/mastodon/features/explore/components/story.jsx index 125df412a1..449591eace 100644 --- a/app/javascript/mastodon/features/explore/components/story.jsx +++ b/app/javascript/mastodon/features/explore/components/story.jsx @@ -66,7 +66,7 @@ export const Story = ({ {thumbnail ? ( <> -
+ {!thumbnailLoaded && } {thumbnailDescription} ) : }