diff --git a/src/frontend/src/features/rooms/livekit/components/controls/Participants/ParticipantListItem.tsx b/src/frontend/src/features/rooms/livekit/components/controls/Participants/ParticipantListItem.tsx
index c1eae397..e6763e8c 100644
--- a/src/frontend/src/features/rooms/livekit/components/controls/Participants/ParticipantListItem.tsx
+++ b/src/frontend/src/features/rooms/livekit/components/controls/Participants/ParticipantListItem.tsx
@@ -77,44 +77,50 @@ export const ParticipantListItem = ({
return (
-
-
-
+
+
- {name}
-
- {isLocal(participant) && (
- ({t('participants.you')})
+ {name}
- )}
-
-
+ {isLocal(participant) && (
+
+ ({t('participants.you')})
+
+ )}
+
+
+
+
+
)
}