From 017e780e7451b4aa60452a63f9cf47a338a37326 Mon Sep 17 00:00:00 2001 From: simoleo89 Date: Sun, 3 May 2026 20:49:15 +0200 Subject: [PATCH] fix(toolbar): align face button with other toolbar icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The face avatar (headOnly LayoutAvatarImageView) sits in a 63px-tall box (44px on mobile) while sibling toolbar icons are smaller, so its head sprite rendered visually higher than the other icons. Bumped marginTop from 2px → 12px (desktop) and 4px → 9px (mobile) so the head sits on the same horizontal axis as the rest of the toolbar. --- src/components/toolbar/ToolbarView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/toolbar/ToolbarView.tsx b/src/components/toolbar/ToolbarView.tsx index 38758cd..c919d7f 100644 --- a/src/components/toolbar/ToolbarView.tsx +++ b/src/components/toolbar/ToolbarView.tsx @@ -184,7 +184,7 @@ export const ToolbarView: FC<{ isInRoom: boolean }> = props => } { setMeExpanded(value => !value); event.stopPropagation(); } }> - + { (getTotalUnseen > 0) && } @@ -279,7 +279,7 @@ export const ToolbarView: FC<{ isInRoom: boolean }> = props => } { setMeExpanded(value => !value); event.stopPropagation(); } }> - + { (getTotalUnseen > 0) && }