🐛(frontend) fix hand icon and queue position alignment

Use inline-flex with alignItems center so number and icon align vertically.
This commit is contained in:
Cyril
2026-03-10 12:01:32 +01:00
parent d5c53c7dd4
commit b3f26469c8
2 changed files with 11 additions and 1 deletions
@@ -183,7 +183,13 @@ export const ParticipantTile: (
}}
>
{isHandRaised && !isScreenShare && (
<span>
<span
style={{
display: 'inline-flex',
alignItems: 'center',
gap: '0.1rem',
}}
>
<span>{positionInQueue}</span>
<RiHand
color="black"