From 26a3f68080f16dddba8ff9e480c065a41f1452f1 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 16 Jan 2024 18:49:37 -0500 Subject: [PATCH] Tweak mute indicator positioning (#4080) This PR tweaks the positioning of the mute indicators so that they cover a little bit less of the avatar: #### Before Screenshot 2024-01-16 at 6 32 51 PM #### After Screenshot 2024-01-16 at 6 26 48 PM (It's a bit hard to tell in the screenshot, but there is a gap between the bottom of the indicator and the top of the color ribbon). Release Notes: - N/A --- .../ui/src/components/avatar/avatar_audio_status_indicator.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/ui/src/components/avatar/avatar_audio_status_indicator.rs b/crates/ui/src/components/avatar/avatar_audio_status_indicator.rs index 55f98d3db3..943a8d4826 100644 --- a/crates/ui/src/components/avatar/avatar_audio_status_indicator.rs +++ b/crates/ui/src/components/avatar/avatar_audio_status_indicator.rs @@ -37,8 +37,8 @@ impl RenderOnce for AvatarAudioStatusIndicator { div() .absolute() - .bottom(rems(-1. / 16.)) - .right(rems(-4. / 16.)) + .bottom(rems(-3. / 16.)) + .right(rems(-6. / 16.)) .w(width_in_px + padding_x) .h(icon_size.rems()) .child(