mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-21 15:47:09 +00:00
🐛(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:
@@ -16,6 +16,10 @@ and this project adheres to
|
|||||||
- ♿(frontend) improve chat toast a11y for screen readers #1109
|
- ♿(frontend) improve chat toast a11y for screen readers #1109
|
||||||
- ♿(frontend) improve ui and qria labels for help article links #1108
|
- ♿(frontend) improve ui and qria labels for help article links #1108
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- 🐛(frontend) fix hand icon and queue position aligment and position #1119
|
||||||
|
|
||||||
## [1.10.0] - 2026-03-05
|
## [1.10.0] - 2026-03-05
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -183,7 +183,13 @@ export const ParticipantTile: (
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{isHandRaised && !isScreenShare && (
|
{isHandRaised && !isScreenShare && (
|
||||||
<span>
|
<span
|
||||||
|
style={{
|
||||||
|
display: 'inline-flex',
|
||||||
|
alignItems: 'center',
|
||||||
|
gap: '0.1rem',
|
||||||
|
}}
|
||||||
|
>
|
||||||
<span>{positionInQueue}</span>
|
<span>{positionInQueue}</span>
|
||||||
<RiHand
|
<RiHand
|
||||||
color="black"
|
color="black"
|
||||||
|
|||||||
Reference in New Issue
Block a user