about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-04-23 23:56:23 +0100
committerGitHub <noreply@github.com>2024-04-23 23:56:23 +0100
commit9ebfa9a015368be34e3965bb49aeb5cebe9224db (patch)
tree126711b04c34f5b279ceaa98f348b48ef7a9d979
parent76aef2d064755097903658e54607251046e88c2b (diff)
downloadvoidsky-9ebfa9a015368be34e3965bb49aeb5cebe9224db.tar.zst
Add border radius to GIF loading state (#3669)
-rw-r--r--src/view/com/util/post-embeds/GifEmbed.tsx1
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