@@ -103,7 +103,7 @@ export function TypingIndicatorRow({
key={pubkey}
className={cn(
"relative shrink-0 rounded-lg ring-1 ring-background",
- isActivityVariant ? "h-[18px] w-[18px]" : "h-5 w-5",
+ isActivityVariant ? "h-4 w-4" : "h-5 w-5",
index > 0 && "-ml-1.5",
)}
data-testid="message-typing-avatar"
@@ -113,7 +113,7 @@ export function TypingIndicatorRow({
label={label}
className={cn(
isActivityVariant
- ? "h-[18px] w-[18px] text-3xs"
+ ? "h-4 w-4 text-3xs"
: "h-5 w-5 text-3xs",
)}
iconClassName={
@@ -126,10 +126,10 @@ export function TypingIndicatorRow({
diff --git a/desktop/src/features/profile/ui/UserProfilePanel.tsx b/desktop/src/features/profile/ui/UserProfilePanel.tsx
index 335202c224..26e00102d9 100644
--- a/desktop/src/features/profile/ui/UserProfilePanel.tsx
+++ b/desktop/src/features/profile/ui/UserProfilePanel.tsx
@@ -44,7 +44,7 @@ import type { Channel, ManagedAgent, RelayAgent } from "@/shared/api/types";
import { Button } from "@/shared/ui/button";
import {
OverlayPanelBackdrop,
- PANEL_BASE_CLASS,
+ PANEL_ENTER_BASE_CLASS,
PANEL_OVERLAY_CLASS,
PANEL_SINGLE_COLUMN_HEADER_LAYER_CLASS,
} from "@/shared/ui/OverlayPanelBackdrop";
@@ -461,7 +461,7 @@ export function UserProfilePanel({
{isFloatingOverlay && }