From 7dda445d7d719588b757593c3c33bdccca95dac8 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Thu, 26 Oct 2023 11:59:54 +0100 Subject: [PATCH] smaller indicator --- packages/features/shell/Shell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 0975f4d055..00c51be557 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -380,7 +380,7 @@ function UserDropdown({ small }: UserDropdownProps) { className={classNames( "border-muted absolute -bottom-1 -right-1 rounded-full border bg-green-500", user.away ? "bg-yellow-500" : "bg-green-500", - small ? "-bottom-0.5 -right-0.5 h-2.5 w-2.5" : "-bottom-0.5 -right-0 h-2 w-2" + small ? "-bottom-0.5 -right-0.5 h-2 w-2" : "-bottom-0.5 -right-0 h-2 w-2" )} />