From 79a2f8d5280230a125b42c60bbb5b9e4be4f9109 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 20 Sep 2024 20:47:28 +0100 Subject: Increase rounding for all embeds (#5421) * tweak image styles * fix reply image preview and covert to atoms * increase rounding on media inset border * decrease gap on desktop * fix inset styles * increase rounding on embeds to `md` * Couple edge cases --------- Co-authored-by: Eric Bailey --- src/view/com/util/post-embeds/GifEmbed.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/view/com/util/post-embeds/GifEmbed.tsx') diff --git a/src/view/com/util/post-embeds/GifEmbed.tsx b/src/view/com/util/post-embeds/GifEmbed.tsx index 8e99dc8d4..7b6c42fa4 100644 --- a/src/view/com/util/post-embeds/GifEmbed.tsx +++ b/src/view/com/util/post-embeds/GifEmbed.tsx @@ -53,7 +53,7 @@ function PlaybackControls({ a.inset_0, a.w_full, a.h_full, - a.rounded_sm, + a.rounded_md, { zIndex: 2, backgroundColor: !isLoaded @@ -117,10 +117,10 @@ export function GifEmbed({ ) return ( - + @@ -132,7 +132,7 @@ export function GifEmbed({