From 9ebfa9a015368be34e3965bb49aeb5cebe9224db Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 23 Apr 2024 23:56:23 +0100 Subject: Add border radius to GIF loading state (#3669) --- src/view/com/util/post-embeds/GifEmbed.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/view/com/util/post-embeds/GifEmbed.tsx b/src/view/com/util/post-embeds/GifEmbed.tsx index 32bd75df0..5d21ce064 100644 --- a/src/view/com/util/post-embeds/GifEmbed.tsx +++ b/src/view/com/util/post-embeds/GifEmbed.tsx @@ -38,6 +38,7 @@ function PlaybackControls({ a.inset_0, a.w_full, a.h_full, + a.rounded_sm, { zIndex: 2, backgroundColor: !isLoaded -- cgit 1.4.1