From 4545e9fa1e04510bc1da649298febd04fbc6ef7a Mon Sep 17 00:00:00 2001 From: Cyril Date: Mon, 15 Dec 2025 04:27:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(frontend)=20update=20shortcut=20to?= =?UTF-8?q?oltip=20position=20and=20style=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit moved tooltip from left to right to avoid overlap with recording indicator --- .../features/rooms/livekit/components/ParticipantTile.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/features/rooms/livekit/components/ParticipantTile.tsx b/src/frontend/src/features/rooms/livekit/components/ParticipantTile.tsx index b02d954a..f37d0a2c 100644 --- a/src/frontend/src/features/rooms/livekit/components/ParticipantTile.tsx +++ b/src/frontend/src/features/rooms/livekit/components/ParticipantTile.tsx @@ -232,13 +232,13 @@ export const ParticipantTile: ( className={css({ position: 'absolute', top: '0.75rem', - left: '0.75rem', - backgroundColor: 'rgba(0,0,0,0.6)', + right: '0.75rem', + backgroundColor: 'rgba(0,0,0,0.5)', color: 'white', - borderRadius: '999px', + borderRadius: 'calc(var(--lk-border-radius) / 2)', paddingInline: '0.5rem', paddingBlock: '0.1rem', - fontSize: '0.75rem', + fontSize: '0.875rem', })} > {t('toolbarHint')}