From f79bea65167d0c6714555b528911564fa4d30771 Mon Sep 17 00:00:00 2001 From: talksik Date: Tue, 10 May 2022 07:09:27 -0500 Subject: [PATCH] cleaning up transitions and spacing --- .../src/components/lines/lineRow.tsx/index.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/packages/desktop/src/components/lines/lineRow.tsx/index.tsx b/packages/desktop/src/components/lines/lineRow.tsx/index.tsx index 35932f6..8964831 100644 --- a/packages/desktop/src/components/lines/lineRow.tsx/index.tsx +++ b/packages/desktop/src/components/lines/lineRow.tsx/index.tsx @@ -52,7 +52,12 @@ export default function LineRow({ * TODO: slowly add to this and fix based on added features * */ const renderActivityIcon = useMemo(() => { - if (isUserTunedIn) return ; + if (isUserTunedIn) + return ( + + + + ); // if there is someone or me broadcasting here if (masterLineData.currentBroadcastersUserIds?.length > 0) @@ -140,7 +145,7 @@ export default function LineRow({ }`} > {/* status dot */} - {renderActivityIcon} +
{renderActivityIcon}
{profilePictures && ( @@ -151,7 +156,7 @@ export default function LineRow({ )}

-
{renderRightActivity}
+
{renderRightActivity}
{/* mounts and unmounts based on if in the room or now */}