diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-04-23 23:56:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 23:56:23 +0100 |
commit | 9ebfa9a015368be34e3965bb49aeb5cebe9224db (patch) | |
tree | 126711b04c34f5b279ceaa98f348b48ef7a9d979 | |
parent | 76aef2d064755097903658e54607251046e88c2b (diff) | |
download | voidsky-9ebfa9a015368be34e3965bb49aeb5cebe9224db.tar.zst |
Add border radius to GIF loading state (#3669)
-rw-r--r-- | src/view/com/util/post-embeds/GifEmbed.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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 |